Searched defs:naive (Results 1 – 7 of 7) sorted by relevance
24 mod naive; module
50 let naive = NaiveDateTime::from_timestamp(now.as_secs() as i64, now.subsec_nanos() as u32); in now() localVariable
17 mod naive; module
11 pub mod naive; module
1171 def _build_tzaware(self, naive, res, tzinfos): argument
541 pub mod naive { module
808 let naive = NaiveDateTime::from_timestamp(secs as i64, nanos as u32); in from() localVariable