DateFromUnix
Convert a Unix-style timestamp (seconds since January 1, 1970) to a Date.
Usage
DateFromUnix(number)
number (required) A column of numbers that indicates the Unix-style time stamp.
NOTE: When given a number, the Date function behaves the same as DateFromUnix.
Example
DateFromUnix(0)
- Returns 1970-01-01 00:00:00
DateFromUnix(1503724894)
- Returns 2017-08-26 05:21:34