Announcements
Hi I have a vacation request with the date and time. When a user requests the date off he can also request the time. Is there a way I can show the timezone too based on where he is located? For example, if hes on the east coast and im central time can it show the time he requested is east coast time?
Hi @Anonymous
All date and time in PowerApps is in UTC format and will autmatically handle the various time zones
"UTC" & If(TimeZoneOffset() > 0, "-", "+") & RoundDown(Abs(TimeZoneOffset()) / 60, 0) & ":" & If(Mod(Abs(TimeZoneOffset()), 60) < 10, "0", "") & Mod(Abs(TimeZoneOffset()), 60)
https://powerusers.microsoft.com/t5/General-Discussion/Get-current-user-s-timezone/td-p/280334
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
@RezaDorrani Where does that code go?
@RezaDorrani wrote:Hi @Anonymous All date and time in PowerApps is in UTC format and will autmatically handle the various time zones "UTC" & If(TimeZoneOffset() > 0, "-", "+") & RoundDown(Abs(TimeZoneOffset()) / 60, 0) & ":" & If(Mod(Abs(TimeZoneOffset()), 60) < 10, "0", "") & Mod(Abs(TimeZoneOffset()), 60)https://powerusers.microsoft.com/t5/General-Discussion/Get-current-user-s-timezone/td-p/280334 Regards,Reza Dorrani If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 355 Most Valuable Professional
11manish 209 Super User 2026 Season 2
MS.Ragavendar 150 Super User 2026 Season 2