Searched defs:from_timestamp (Results 1 – 1 of 1) sorted by relevance
115 pub fn from_timestamp(secs: i64, nsecs: u32) -> NaiveDateTime { in from_timestamp() method2256 let from_timestamp = |secs| NaiveDateTime::from_timestamp_opt(secs, 0); in test_datetime_from_timestamp() localVariable