Trait OffsetDateTimeExt

Source
pub trait OffsetDateTimeExt {
    // Required method
    fn to_local(self) -> Result<OffsetDateTime, IndeterminateOffset>;
}

Required Methods§

Source

fn to_local(self) -> Result<OffsetDateTime, IndeterminateOffset>

Convenience method that calls time::OffsetDateTime::to_offset with the time::UtcOffset for self.

Implementations on Foreign Types§

Source§

impl OffsetDateTimeExt for OffsetDateTime

Implementors§