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. ReturnsNoneon any error. - tm_
to_ 🔒offset  - Convert a 
libc::tmto aUtcOffset. ReturnsNoneon any error.