time::sys::local_offset_at

Module imp

Source
Available on crate feature local-offset only.
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 🔒 Redox or Linux or L4Re or Android or Emscripten or macOS or iOS or watchOS or FreeBSD or DragonFly BSD or OpenBSD or NetBSD or Haiku
Convert a libc::tm to a UtcOffset. Returns None on any error.