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 to convert to date |
Output
Date/time object corresponding to timestamp
Example
Last updated