Hi,
It's pretty much the title, I want to convert UTC time into EST time. I don't want to convert to local time, it needed to be EST time and of course this can be daylight saving or not depending on the time of the year so I don't want to subtract a fixed number of hours.
A little more background on that; we operate in different time zones and for consistency wie document all time stamps in Eastern. As I don't know what time zone the user device is in because it can be different, but I know the time offset so I can convert that into UTC. Now I want to convert that into Eastern before writing this back to the database and that's why I want to convert UTC into Eastern including daylight saving depending on the time of the year.
I know that there is a power automate formula to do that and I use it in some flows, but I want to do that within power apps, I don't want to use power automate for this. Thank you.
Edit: spelling