Searched defs:from_timestamp (Results 1 – 4 of 4) sorted by relevance
133 let from_timestamp = |secs| NaiveDateTime::from_timestamp_opt(secs, 0); in test_datetime_from_timestamp() localVariable
131 pub const fn from_timestamp(secs: i64, nsecs: u32) -> NaiveDateTime { in from_timestamp() method
206 def query_log(self, from_timestamp, to_timestamp): argument
629 pub const fn from_timestamp(secs: i64, nsecs: u32) -> Option<Self> { in from_timestamp() method