polars_arrow::temporal_conversions

Function timestamp_s_to_datetime_opt

Source
pub fn timestamp_s_to_datetime_opt(seconds: i64) -> Option<NaiveDateTime>
Expand description

converts a i64 representing a timestamp(s) to NaiveDateTime