Hello,
I have an app that is used over sea's and in many time zones. I want certain features or behaviors altered depending on what time it is in the pacific time zone. How can I account for PDT vs PST? I see the function TimeZoneOffset() but the offset would vary from -7 to -8 depending on the time of the year.
In java I would use something like:
ZonedDateTime dateTime = ZonedDateTime.now(ZoneId.of("America/Los_Angeles")); Which would account for this. How can I do this in PowerApps