Searched refs:from_utc_date (Results 1 – 3 of 3) sorted by relevance
134 *self.from_utc_date(utc).offset() in offset_from_utc_date()171 fn from_utc_date(&self, utc: &NaiveDate) -> Date<Local> { in from_utc_date() method
453 fn from_utc_date(&self, utc: &NaiveDate) -> Date<Self> { in from_utc_date() method
221 tz.from_utc_date(&self.date) in with_timezone()