HomeSort by relevance Sort by last modified time
    Searched defs:GMT (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/prtfru/
prtfru.c 54 #define GMT "%a, %b %d %Y %H:%M:%S GMT"
560 if (strftime(timestring, sizeof (timestring), GMT, tm)
760 sizeof (timestring), GMT, tm) == 0)
852 sizeof (timestring), GMT, tm) == 0)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
localtime.c 100 static const char *GMT = "GMT";
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, and put the real standard and summe
    [all...]

Completed in 1777 milliseconds