time::sys::local_offset_at

Module imp

Source
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. Returns None on any error.
  • Convert a libc::tm to a UtcOffset. Returns None on any error.