Converts time units to the broken-down UTC time. Format #include <time.h> struct tm *gmtime (const time_t *timer); struct tm *gmtime_r (const time_t *timer, struct tm *result); (ISO POSIX-1)