Trait Offset
trait Offset: Sized + Clone + fmt::Debug
The offset from the local time to UTC.
Required Methods
fn fix(self: &Self) -> FixedOffsetReturns the fixed offset from UTC to the local time stored.
Implementors
impl Offset for Utcimpl Offset for FixedOffset