Searched defs:GMT (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/prtfru/ |
H A D | prtfru.c | 54 #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)
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | localtime.c | 100 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...] |
Completed in 4877 milliseconds