Home
last modified time | relevance | path

Searched defs:from_timestamp (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/chrono/src/naive/
Ddatetime.rs115 pub fn from_timestamp(secs: i64, nsecs: u32) -> NaiveDateTime { in from_timestamp() method
2256 let from_timestamp = |secs| NaiveDateTime::from_timestamp_opt(secs, 0); in test_datetime_from_timestamp() localVariable