Searched refs:to_naive_datetime_with_offset (Results 1 – 2 of 2) sorted by relevance
571 pub fn to_naive_datetime_with_offset(&self, offset: i32) -> ParseResult<NaiveDateTime> { in to_naive_datetime_with_offset() method656 let datetime = self.to_naive_datetime_with_offset(offset)?; in to_datetime()697 let datetime = self.to_naive_datetime_with_offset(guessed_offset)?; in to_datetime_with_timezone()1046 Parsed { $($k: Some($v),)* ..Parsed::new() }.to_naive_datetime_with_offset($offset) in test_parsed_to_naive_datetime_with_offset()
223 parsed.to_naive_datetime_with_offset(0) // no offset adjustment in parse_from_str()1496 parsed.to_naive_datetime_with_offset(0) in from_str()