Searched refs:offset_from_local_date (Results 1 – 4 of 4) sorted by relevance
69 fn offset_from_local_date(&self, _local: &NaiveDate) -> LocalResult<Utc> { in offset_from_local_date() method
426 fn offset_from_local_date(&self, local: &NaiveDate) -> LocalResult<Self::Offset>; in offset_from_local_date() method433 self.offset_from_local_date(local).map(|offset| { in from_local_date()
108 fn offset_from_local_date(&self, _local: &NaiveDate) -> LocalResult<FixedOffset> { in offset_from_local_date() method
125 fn offset_from_local_date(&self, local: &NaiveDate) -> LocalResult<FixedOffset> { in offset_from_local_date() method