pub(crate) fn local_offset_at(datetime: OffsetDateTime) -> Option<UtcOffset>
Expand description
Attempt to obtain the system’s UTC offset. If the offset cannot be determined, None
is
returned.
pub(crate) fn local_offset_at(datetime: OffsetDateTime) -> Option<UtcOffset>
Attempt to obtain the system’s UTC offset. If the offset cannot be determined, None
is
returned.