I have a share point list column called timestamp which I fill using my power app by using the:
Text(DateAdd(DateAdd(Now(), TimeZoneOffset(), Minutes, -240, Minutes), “mm/dd/yyyy hh:mm”) & “ EST
this way all timestamps are recorded as EST in my share point list.
is there a way to automatically adjust for daylight savings time so I don’t have to change from -240 to -300 every daylight savings time change?

Report
All responses (
Answers (