[][src]Trait gregor::DaylightSaving

pub trait DaylightSaving {
    fn offset_outside_dst(&self) -> FixedOffsetFromUtc;
fn offset_during_dst(&self) -> FixedOffsetFromUtc;
fn is_in_dst(&self, t: UnixTimestamp) -> bool; }

Required methods

Loading content...

Implementors

Loading content...