timestamp_to_tm

Function timestamp_to_tm 

Source
fn timestamp_to_tm(timestamp: i64) -> Option<tm>
Available on crate feature local-offset only.
Expand description

Convert the given Unix timestamp to a libc::tm. Returns None on any error.