Skip to content

from_unixtime

function from_unixtime(column, format?): Column;

Defined in: functions/datetime.ts:122

Converts the number of seconds from Unix epoch to a string representation of the timestamp using the given format.

Parameter Type Default value
column ColOrName undefined
format string "yyyy-MM-dd HH:mm:ss"

Column