Expand description
Get the system’s UTC offset on Unix.
Functions§
- Obtain the system’s UTC offset.
- Convert the given Unix timestamp to a
libc::tm
. ReturnsNone
on any error. - Convert a
libc::tm
to aUtcOffset
. ReturnsNone
on any error.
Get the system’s UTC offset on Unix.
libc::tm
. Returns None
on any error.libc::tm
to a UtcOffset
. Returns None
on any error.