Lines Matching full:gmt
88 ** Note that if GMT is defined, then the Datum PTS must use Greenwich
92 ** time is Greenwich time and GMT is not defined, everything should still
95 ** correct time by less than +- 30 minutes. The default is for GMT to not
96 ** defined. If you really want to force GMT without the funny +- 30 minute
97 ** stuff then you must define (uncomment) GMT below.
101 #define GMT
148 int tzoff; /* time zone offest from GMT */
587 ** Get the GMT time zone offset. Note that GMT should be zero if the Datum in datum_pts_receive()
588 ** reference time is using GMT as its time base. Otherwise we have to in datum_pts_receive()
595 #ifdef GMT in datum_pts_receive()
598 ** This is the case where the Datum PTS is using GMT so there is no time in datum_pts_receive()
615 ** PTS is using GMT, this mechanism will still work since it should come up in datum_pts_receive()
675 printf("GMT %d, lastrec %d, yearstart %d, lastref %d\n", in datum_pts_receive()