Searched defs:from_timestamp_micros (Results 1 – 2 of 2) sorted by relevance
184 let from_timestamp_micros = |micros: i64| -> Option<DateTime<_>> { in get_timestamp() localVariable
194 pub const fn from_timestamp_micros(micros: i64) -> Option<NaiveDateTime> { in from_timestamp_micros() method