Converts a timestamp into a date/time value
Last updated 2 years ago
TIMESTAMPTODATE(timestamp)
timestamp
Convert an epoch timestamp (number of seconds since 1970/01/01) into a date/time value.
Date/time object corresponding to timestamp
TIMESTAMPTODATE("1329968892") >> "2012-02-23 03:48:12+00:00"
Argument
Description
Timestamp to convert to date