gmtime
*gmt = *gmtime(&t);
struct tm *gmtime(const time_t *) __RENAME(__gmtime50);
struct tm *gmtime(const int32_t *);
mytime = gmtime(&myclock);
struct tm *gmtime(time_t const *);
struct tm *r = gmtime(tp);
t = gmtime(&(fe->stat->st_mtime));
t = gmtime(&stbuf.st_mtime);
tm = gmtime(&sbp->st_mtime);
tm = gmtime(&now); /* HTTP/1.1 spec rev 06 sez GMT only */
strftime(buf, sizeof buf, "%d-%b-%Y %R", gmtime(&sb.st_mtime));
tm = gmtime(&now);
tm = gmtime(&repro_epoch);
tm = gmtime(&repro_epoch);
tm = gmtime(&t);
struct tm *delta = gmtime(&t);
delta = gmtime(&w->idletime);
tm = (flags & GMT) ? gmtime(&t) : localtime(&t);
strftime(buf, sizeof buf, fmt, (gmt ? gmtime : localtime)(&t));
gtm = gmtime(&time_now);
*gmt = *gmtime(&t);
current = gmtime(&now);