web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Set Timezone for each ...
Power Apps
Unanswered

Set Timezone for each user

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

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?

Categories:
I have the same question (0)
  • RezaDorrani Profile Picture
    12,145 on at

    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

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard