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.

ParameterTypeDefault value
columnColOrNameundefined
formatstring"yyyy-MM-dd HH:mm:ss"

Column