Module imp

Source
Expand description

Get the system’s UTC offset on Unix.

Functions§

local_offset_at 🔒
Obtain the system’s UTC offset.
timestamp_to_tm 🔒
Convert the given Unix timestamp to a libc::tm. Returns None on any error.
tm_to_offset 🔒
Convert a libc::tm to a UtcOffset. Returns None on any error.