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).
bad_rust_code();