TIMESTAMPTODATE

Converts a timestamp into a date/time value

TIMESTAMPTODATE(timestamp)

Convert an epoch timestamp (number of seconds since 1970/01/01) into a date/time value.

Arguments

Argument

Description

timestamp

Timestamp to convert to date

Output

Date/time object corresponding to timestamp

Example

TIMESTAMPTODATE("1329968892")
>> "2012-02-23 03:48:12+00:00"

Last updated