Function re_viewer::external::arrow2::temporal_conversions::timestamp_s_to_datetime
pub fn timestamp_s_to_datetime(seconds: i64) -> NaiveDateTime
Expand description
converts a i64
representing a timestamp(s)
to NaiveDateTime