Searched refs:offset_from_utc_datetime (Results 1 – 5 of 5) sorted by relevance
79 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> Utc { in offset_from_utc_datetime() method
449 fn offset_from_utc_datetime(&self, utc: &NaiveDateTime) -> Self::Offset; in offset_from_utc_datetime() method460 DateTime::from_utc(*utc, self.offset_from_utc_datetime(utc)) in from_utc_datetime()
118 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> FixedOffset { in offset_from_utc_datetime() method
137 fn offset_from_utc_datetime(&self, utc: &NaiveDateTime) -> FixedOffset { in offset_from_utc_datetime() method
683 guessed_offset = tz.offset_from_utc_datetime(&dt).fix().local_minus_utc(); in to_datetime_with_timezone()