_gmtime64_r(const __time64_t *tp, tm *result);
_gmtime64_r converts the *tp time format to a struct tm time format in *result and returns result.