Lines Matching defs:Utc
52 pub struct Utc; struct
55 impl Utc { implementation
116 impl TimeZone for Utc { implementation
119 fn from_offset(_state: &Utc) -> Utc { in from_offset()
123 fn offset_from_local_date(&self, _local: &NaiveDate) -> LocalResult<Utc> { in offset_from_local_date()
126 fn offset_from_local_datetime(&self, _local: &NaiveDateTime) -> LocalResult<Utc> { in offset_from_local_datetime()
130 fn offset_from_utc_date(&self, _utc: &NaiveDate) -> Utc { in offset_from_utc_date()
133 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> Utc { in offset_from_utc_datetime()
138 impl Offset for Utc { implementation
144 impl fmt::Debug for Utc { implementation
150 impl fmt::Display for Utc { implementation