The Foundry Contour table and column editors make it easy to parse a string containing some combination of year, month, and day as a date, but I haven't been able to figure out how to convert a Long representing a Unix timestamp into a date.
Is there some trick that I'm missing? I've tried CAST(utc_column AS date)
, which results in an error, and I've explored "Parse dates", but it seems that only strings containing some combination of year, month, and day work for that.