Home
last modified time | relevance | path

Searched refs:new_with_offset (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/chrono/src/
Ddate.rs342 DelayedFormat::new_with_offset(Some(self.naive_local()), None, &self.offset, items) in format_with_items()
/external/rust/android-crates-io/crates/chrono/src/datetime/
Dmod.rs1110 DelayedFormat::new_with_offset(Some(local.date()), Some(local.time()), &self.offset, items) in format_with_items()
/external/rust/android-crates-io/crates/chrono/src/format/
Dformatting.rs58 pub fn new_with_offset<Off>( in new_with_offset() method