Searched refs:to_datetime_with_timezone (Results 1 – 2 of 2) sorted by relevance
483 parsed.to_datetime_with_timezone(self) in datetime_from_str()
652 pub fn to_datetime_with_timezone<Tz: TimeZone>(&self, tz: &Tz) -> ParseResult<DateTime<Tz>> { in to_datetime_with_timezone() method1226 Parsed { $($k: Some($v),)* ..Parsed::new() }.to_datetime_with_timezone(&$tz) in test_parsed_to_datetime_with_timezone()