Function time::sys::local_offset_at::local_offset_at
source · 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.