Synopsis
 gmtime(const time_t *tp);
Description

gmtime converts the *tp time format to a struct tm time format. The returned value points to a static object - this function is not re-entrant.