Searched defs:offset_from_utc_datetime (Results 1 – 8 of 8) sorted by relevance
43 pub(super) fn offset_from_utc_datetime( in offset_from_utc_datetime() function64 pub(super) fn offset_from_utc_datetime(utc: &NaiveDateTime) -> MappedLocalTime<FixedOffset> { in offset_from_utc_datetime() function188 fn offset_from_utc_datetime(&self, utc: &NaiveDateTime) -> FixedOffset { in offset_from_utc_datetime() method
17 pub(super) fn offset_from_utc_datetime(utc: &NaiveDateTime) -> MappedLocalTime<FixedOffset> { in offset_from_utc_datetime() function
27 pub(super) fn offset_from_utc_datetime(utc: &NaiveDateTime) -> MappedLocalTime<FixedOffset> { in offset_from_utc_datetime() function
131 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> Utc { in offset_from_utc_datetime() method
144 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> FixedOffset { in offset_from_utc_datetime() method
579 fn offset_from_utc_datetime(&self, utc: &NaiveDateTime) -> Self::Offset; in offset_from_utc_datetime() method
97 fn offset_from_utc_datetime(&self, utc: &NaiveDateTime) -> Self::Offset { in offset_from_utc_datetime() method1343 fn offset_from_utc_datetime(&self, _: &NaiveDateTime) -> Self::Offset { in test_datetime_is_send_and_copy() method
1337 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> TestTimeZone { in test_serde_no_offset_debug() method