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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Conver Unix Timestamp to standard Qlikview Timestamp

Hi ,

I have one column which has UNIX Time stamp.I wish to convert it to standard

Qlikview Timestamp .Please find attached excel

I tried using following code

ConvertToLocalTime(timestamp((25569+(time+3600000)/(1000*24*3600))), 'GMT-01:00') as time,

But it is giveing me values like 1970/01/17 11:21:47 PM

All values are in the range 1970 which is not the actual case.

Any help appreciated .

Thanks,

Nishant Nadkarni

1 Solution

Accepted Solutions
PrashantSangle

search on community there is so many thread for convert unix timestamp to local timestamp

one of the best thread is

https://community.qlik.com/ideas/2517

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

2 Replies
PrashantSangle

search on community there is so many thread for convert unix timestamp to local timestamp

one of the best thread is

https://community.qlik.com/ideas/2517

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Anonymous
Not applicable
Author

Hi max,

Thanks a lot .It did work .

Regards,

Nishant Nadkarni