Home
last modified time | relevance | path

Searched defs:offset_from_utc_datetime (Results 1 – 8 of 8) sorted by relevance

/external/rust/android-crates-io/crates/chrono/src/offset/local/
Dmod.rs43 pub(super) fn offset_from_utc_datetime( in offset_from_utc_datetime() function
64 pub(super) fn offset_from_utc_datetime(utc: &NaiveDateTime) -> MappedLocalTime<FixedOffset> { in offset_from_utc_datetime() function
188 fn offset_from_utc_datetime(&self, utc: &NaiveDateTime) -> FixedOffset { in offset_from_utc_datetime() method
Dunix.rs17 pub(super) fn offset_from_utc_datetime(utc: &NaiveDateTime) -> MappedLocalTime<FixedOffset> { in offset_from_utc_datetime() function
Dwindows.rs27 pub(super) fn offset_from_utc_datetime(utc: &NaiveDateTime) -> MappedLocalTime<FixedOffset> { in offset_from_utc_datetime() function
/external/rust/android-crates-io/crates/chrono/src/offset/
Dutc.rs131 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> Utc { in offset_from_utc_datetime() method
Dfixed.rs144 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> FixedOffset { in offset_from_utc_datetime() method
Dmod.rs579 fn offset_from_utc_datetime(&self, utc: &NaiveDateTime) -> Self::Offset; in offset_from_utc_datetime() method
/external/rust/android-crates-io/crates/chrono/src/datetime/
Dtests.rs97 fn offset_from_utc_datetime(&self, utc: &NaiveDateTime) -> Self::Offset { in offset_from_utc_datetime() method
1343 fn offset_from_utc_datetime(&self, _: &NaiveDateTime) -> Self::Offset { in test_datetime_is_send_and_copy() method
Dserde.rs1337 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> TestTimeZone { in test_serde_no_offset_debug() method