tm_gmtoff 41 lib/common/iso8601.c # define GMTOFF(tm) ((tm)->tm_gmtoff) tm_gmtoff 1671 lib/common/iso8601.c .tm_gmtoff = source->offset tm_gmtoff 1416 maint/gnulib/lib/nstrftime.c diff = tp->tm_gmtoff; tm_gmtoff 2233 maint/gnulib/lib/parse-datetime.y long int utcoff = tm.tm_gmtoff; tm_gmtoff 2350 maint/gnulib/lib/parse-datetime.y long int utcoff = lmt.tm_gmtoff; tm_gmtoff 717 maint/gnulib/lib/strptime.c tm->tm_gmtoff = (val * 3600) / 100; tm_gmtoff 719 maint/gnulib/lib/strptime.c tm->tm_gmtoff = -tm->tm_gmtoff; tm_gmtoff 107 maint/gnulib/tests/test-parse-datetime.c gmtoff = localtime (&s)->tm_gmtoff;