Searched refs:offset_from_utc_date (Results 1 – 4 of 4) sorted by relevance
76 fn offset_from_utc_date(&self, _utc: &NaiveDate) -> Utc { in offset_from_utc_date() method
446 fn offset_from_utc_date(&self, utc: &NaiveDate) -> Self::Offset; in offset_from_utc_date() method454 Date::from_utc(*utc, self.offset_from_utc_date(utc)) in from_utc_date()
115 fn offset_from_utc_date(&self, _utc: &NaiveDate) -> FixedOffset { in offset_from_utc_date() method
133 fn offset_from_utc_date(&self, utc: &NaiveDate) -> FixedOffset { in offset_from_utc_date() method