Function timegm
Source pub unsafe extern "C" fn timegm(tmp: *const Tm) -> TimeT
Expand description
Convert UTC Tm to system time.
Rust interface for the C function:
time_t timegm(struct tm *);
This function is like mktime except that it treats the tmp as UTC (ignoring the tm_idst and
tm_zone members).