0
How do you convert unix epoch time to time?
I have a time stamp, in UNIX epoch format, from a json feed
"1637491969"
How do I convert it to time in Pyramid?
1 reply
-
Hi Ilan Perez ,
There is a PQL function you can use:
https://help.pyramidanalytics.com/Content/Root/developer/reference/fx/PQL/Common/Date-Time/TimeStampToDate.htm
You can use it in a calculated column in the ETL, if that is where the JSON is being used.