pub unsafe extern "C" fn timegm(tmp: *const Tm) -> TimeT
Convert UTC Tm to system time.
Tm
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).
mktime
tmp
tm_idst
tm_zone