Searched refs:GMT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c100 static const char *GMT = "GMT"; variable
103 long tt_gmtoff; /* GMT offset in seconds */
174 "GMT",
267 tzname[0] = (char *)GMT;
614 ** Given the Epoch-relative time of January 1, 00:00:00 GMT, in a year, the
615 ** year, a rule, and the offset from GMT at the time that rule takes effect,
700 ** "value" is the Epoch-relative time of 00:00:00 GMT on the day in
703 ** from GMT.
863 ** from GMT, an
[all...]
/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c54 #define GMT "%a, %b %d %Y %H:%M:%S GMT" macro
560 if (strftime(timestring, sizeof (timestring), GMT, tm)
760 sizeof (timestring), GMT, tm) == 0)
852 sizeof (timestring), GMT, tm) == 0)

Completed in 72 milliseconds