Function from_unixtime

Source
pub fn from_unixtime(
    timestamp: impl Into<Column>,
    format: Option<&str>,
) -> Column
Expand description

Converts the number of seconds from unix epoch (1970-01-01 00:00:00 UTC) to a string representing the timestamp of that moment in the current system time zone in the given format.