fn timestamp_to_tm(timestamp: i64) -> Option<tm>
local-offset
Convert the given Unix timestamp to a libc::tm. Returns None on any error.
libc::tm
None