Searched defs:from_local (Results 1 – 3 of 3) sorted by relevance
283 let from_local = Local.from_local_datetime(&now.naive_local()).unwrap(); in verify_correct_offsets() localVariable296 let from_local = Local.from_local_datetime(&distant_past.naive_local()).unwrap(); in verify_correct_offsets_distant_past() localVariable309 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
128 pub fn from_local(datetime: NaiveDateTime, offset: Tz::Offset) -> DateTime<Tz> { in from_local() method