Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
How to convert Date time from PST to CST ?
Ex: 2009-12-20 14:27:42 to CST.
Hi
try this
timestamp(MyDate + NumberOfHours/24)
or
timestamp(MyDate +2/24) (Central Time is 2 hours ahead of Pacific Time)
Hi you could use the convertolocaltime function
Please see below for link to qlik help
Hi
Did either of the responses solve your query?
Please mark one as correct to help other community users.
Thanks
Dan
=timestamp(ConvertToLocalTime(PST(), 'UTC - 6'),'DD-MM-YYYY HH:MM:SS:FF TT') // Try what ever you want