pub trait OffsetDateTimeExt {
// Required method
fn to_local(self) -> Result<OffsetDateTime, IndeterminateOffset>;
}Required Methods§
Sourcefn to_local(self) -> Result<OffsetDateTime, IndeterminateOffset>
fn to_local(self) -> Result<OffsetDateTime, IndeterminateOffset>
Convenience method that calls time::OffsetDateTime::to_offset with the time::UtcOffset for self.