GMTIME 489 time.c #define GMTIME(tm, result) gmtime_r(tm, &result) GMTIME 494 time.c #define GMTIME(tm, result) gmtime(tm)