Searched refs:from_num_seconds_from_midnight_opt (Results 1 – 2 of 2) sorted by relevance
412 NaiveTime::from_num_seconds_from_midnight_opt(secs, nano).expect("invalid time") in from_num_seconds_from_midnight()436 pub fn from_num_seconds_from_midnight_opt(secs: u32, nano: u32) -> Option<NaiveTime> { in from_num_seconds_from_midnight_opt() method
152 let time = NaiveTime::from_num_seconds_from_midnight_opt(secs as u32, nsecs); in from_timestamp_opt()