Trait uiuifree_actix_web_util::Offset
source · [−]pub trait Offset: Clone + Debug {
fn fix(&self) -> FixedOffset;
}Expand description
The offset from the local time to UTC.
Required Methods
fn fix(&self) -> FixedOffset
fn fix(&self) -> FixedOffset
Returns the fixed offset from UTC to the local time stored.