Home
last modified time | relevance | path

Searched refs:to_datetime_with_timezone (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/chrono/src/offset/
Dmod.rs419 parsed.to_datetime_with_timezone(self) in datetime_from_str()
/external/rust/crates/chrono/src/format/
Dparsed.rs674 pub fn to_datetime_with_timezone<Tz: TimeZone>(&self, tz: &Tz) -> ParseResult<DateTime<Tz>> { in to_datetime_with_timezone() method
1236 Parsed { $($k: Some($v),)* ..Parsed::new() }.to_datetime_with_timezone(&$tz) in test_parsed_to_datetime_with_timezone()