Home
last modified time | relevance | path

Searched refs:offset_from_local_datetime (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/chrono/src/offset/
Dutc.rs72 fn offset_from_local_datetime(&self, _local: &NaiveDateTime) -> LocalResult<Utc> { in offset_from_local_datetime() method
Dmod.rs429 fn offset_from_local_datetime(&self, local: &NaiveDateTime) -> LocalResult<Self::Offset>; in offset_from_local_datetime() method
441 self.offset_from_local_datetime(local) in from_local_datetime()
Dfixed.rs111 fn offset_from_local_datetime(&self, _local: &NaiveDateTime) -> LocalResult<FixedOffset> { in offset_from_local_datetime() method
Dlocal.rs129 fn offset_from_local_datetime(&self, local: &NaiveDateTime) -> LocalResult<FixedOffset> { in offset_from_local_datetime() method