Searched refs:to_naive_datetime_with_offset (Results 1 – 2 of 2) sorted by relevance
288 parsed.to_naive_datetime_with_offset(0) // no offset adjustment in parse_from_str()316 parsed.to_naive_datetime_with_offset(0).map(|d| (d, remainder)) // no offset adjustment in parse_and_remainder()2133 parsed.to_naive_datetime_with_offset(0) in from_str()
782 pub fn to_naive_datetime_with_offset(&self, offset: i32) -> ParseResult<NaiveDateTime> { in to_naive_datetime_with_offset() method889 let datetime = self.to_naive_datetime_with_offset(offset)?; in to_datetime()947 let datetime = self.to_naive_datetime_with_offset(guessed_offset)?; in to_datetime_with_timezone()1587 Parsed { $($k: Some($v),)* ..Parsed::new() }.to_naive_datetime_with_offset($offset) in test_parsed_to_naive_datetime_with_offset()