Lines Matching defs:Utc
36 pub struct Utc; struct
39 impl Utc { impl
62 impl TimeZone for Utc { implementation
65 fn from_offset(_state: &Utc) -> Utc { in from_offset()
69 fn offset_from_local_date(&self, _local: &NaiveDate) -> LocalResult<Utc> { in offset_from_local_date()
72 fn offset_from_local_datetime(&self, _local: &NaiveDateTime) -> LocalResult<Utc> { in offset_from_local_datetime()
76 fn offset_from_utc_date(&self, _utc: &NaiveDate) -> Utc { in offset_from_utc_date()
79 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> Utc { in offset_from_utc_datetime()
84 impl Offset for Utc { implementation
90 impl fmt::Debug for Utc { implementation
96 impl fmt::Display for Utc { implementation