Announcements
Hi Team, need immediately help to know the user location as IST or PST or AEST based on the user location
I have a timezone column field to patch the current time zone as IST or PST or AEST based on the user submits request.
Please help
Team, help required atleast to know the UST + 5:30 or GMT +3:30 is also helpful
The built-in function for TimeZoneOffset will help to accomplish this.
For example, using Now() and then dividing by 60 (to get hours), we can determine the offset.I am in EDT (Eastern Daylight Time), which is currently UTC-4.
TimeZoneOffset(Now()) / 60)
This returns a positive 4, so you will need to play around with the formula a bit to ensure its doing it in a relative manner.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-dateadd-datediff
Then the UTC list, for reference.https://en.wikipedia.org/wiki/List_of_UTC_time_offsets
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.
11manish 381 Super User 2026 Season 2
Mohsin Ali 340
WarrenBelz 187 Most Valuable Professional