Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/
Dmod.rs43 pub(super) fn offset_from_utc_datetime(_utc_time: &NaiveDateTime) -> LocalResult<FixedOffset> { in offset_from_utc_datetime() function
62 pub(super) fn offset_from_utc_datetime(utc: &NaiveDateTime) -> LocalResult<FixedOffset> { in offset_from_utc_datetime() function
184 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) -> LocalResult<FixedOffset> { in offset_from_utc_datetime() function
Dwindows.rs28 pub(super) fn offset_from_utc_datetime(utc: &NaiveDateTime) -> LocalResult<FixedOffset> { in offset_from_utc_datetime() function
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/
Dutc.rs133 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> Utc { in offset_from_utc_datetime() method
Dfixed.rs146 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> FixedOffset { in offset_from_utc_datetime() method
Dmod.rs533 fn offset_from_utc_datetime(&self, utc: &NaiveDateTime) -> Self::Offset; in offset_from_utc_datetime() method
/aosp_15_r20/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
Dserde.rs1236 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> TestTimeZone { in test_serde_no_offset_debug() method