Lines Matching defs:Utc
52 pub struct Utc; struct
55 impl Utc { implementation
114 impl TimeZone for Utc { implementation
117 fn from_offset(_state: &Utc) -> Utc { in from_offset()
121 fn offset_from_local_date(&self, _local: &NaiveDate) -> MappedLocalTime<Utc> { in offset_from_local_date()
124 fn offset_from_local_datetime(&self, _local: &NaiveDateTime) -> MappedLocalTime<Utc> { in offset_from_local_datetime()
128 fn offset_from_utc_date(&self, _utc: &NaiveDate) -> Utc { in offset_from_utc_date()
131 fn offset_from_utc_datetime(&self, _utc: &NaiveDateTime) -> Utc { in offset_from_utc_datetime()
136 impl Offset for Utc { implementation
142 impl fmt::Debug for Utc { implementation
148 impl fmt::Display for Utc { implementation