Lines Matching defs:GMT
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 summer
951 if (tzload(GMT, sp) != 0)
952 (void) tzparse(GMT, sp, TRUE);
1001 lclptr->charcnt = sizeof GMT;
1006 (void) strcpy(lclptr->chars, GMT);
1100 ** "GMT+xxxx" or "GMT-xxxx" if offset is non-zero,
1107 tmp->tm_zone = (char *)GMT;