Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
PrajS
Contributor III
Contributor III

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 

Labels (1)
2 Replies
zesid_8756
Contributor
Contributor

Use the time zone converter for this purpose

MayilVahanan

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.