
Contributor III
2020-09-17
08:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Convert different time zone data into PST
Hi Experts,
I have 'event created ' datetime column and time zone name of the that event. I want to show this date time column in PST.
Can be during load or on analytics . Need help
Tried convert_tz , that shows null as data is not available in time zone table . Looking for an alternative solution.
Thank you
968 Views
2 Replies

Contributor
2020-10-28
05:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use the time zone converter for this purpose
925 Views

MVP
2020-10-28
06:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI @PrajS
You can use ConvertToLocalTime() function to convert the time zone.
For ex: ConvertToLocalTime(Now(), 'GMT-07:00') or ConvertToLocalTime(UTC(), 'GMT-07:00')
Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Please close the thread by marking correct answer & give likes if you like the post.
915 Views
