Convert a UNIX timestamp to a date¶
Convert a UNIX timestamp (number of seconds or number of milliseconds since Epoch — January 1, 1970) into a column containing ISO-8601 formatted dates.
Option¶
Treat input as milliseconds
By default, the conversion between UNIX and ISO-8601 is done in milliseconds. Deselect to treat input as seconds.