[go: up one dir, main page]

Trait serde_with::chrono::Offset

source ·
pub trait Offset: Sized + Clone + Debug {
    fn fix(&self) -> FixedOffset;
}
Available on crate feature chrono only.
Expand description

The offset from the local time to UTC.

Required Methods

Returns the fixed offset from UTC to the local time stored.

Implementors