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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to convert Date time from PST to CST ?

Hi ,

How to convert Date time from PST to CST ?

Ex: 2009-12-20 14:27:42  to CST.

4 Replies
Anonymous
Not applicable
Author

Hi

try this

timestamp(MyDate + NumberOfHours/24)


or


timestamp(MyDate +2/24)  (Central Time is 2 hours ahead of Pacific Time)


danansell42
Creator III
Creator III

Hi you could use the convertolocaltime function

Please see below for link to qlik help

https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/c...

danansell42
Creator III
Creator III

Hi


Did either of the responses solve your query?

Please mark one as correct to help other community users.

Thanks

Dan

Anil_Babu_Samineni

=timestamp(ConvertToLocalTime(PST(), 'UTC - 6'),'DD-MM-YYYY HH:MM:SS:FF TT') // Try what ever you want

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful