Synopsis
__time64_t _mktime64(tm *tp);
Description

_mktime64 validates (and updates) the *tp struct to ensure that the tm_sec, tm_min, tm_hour, tm_mon fields are within the supported integer ranges and the tm_mday, tm_mon and tm_year fields are consistent. The validated *tp struct is converted to the number of seconds since UTC 1 January 1970 and returned.