Searched defs:from_local (Results 1 – 3 of 3) sorted by relevance
287 let from_local = Local.from_local_datetime(&now.naive_local()).unwrap(); in verify_correct_offsets() localVariable300 let from_local = Local.from_local_datetime(&distant_past.naive_local()).unwrap(); in verify_correct_offsets_distant_past() localVariable313 let from_local = Local.from_local_datetime(&distant_future.naive_local()).unwrap(); in verify_correct_offsets_distant_future() localVariable
347 def from_local( member in DTensor
126 pub fn from_local(datetime: NaiveDateTime, offset: Tz::Offset) -> DateTime<Tz> { in from_local() method