I have a long column which gives epoch (which i can convert to date time perfectly)
I tried to do the same in palantir using below code as advised here.
CAST(CAST((utc_column) AS TIMESTAMP) AS DATE)
But my contour analysis in palantir converts the date as 55346-06-08. I tried the column editor too and it gave the same result. Any idea as to how can i convert epoch time to correct date time in Palantir?