Searched defs:timezone (Results 1 – 4 of 4) sorted by relevance
42 struct timezone { struct43 int tz_minuteswest; /* minutes west of Greenwich */44 int tz_dsttime; /* type of dst correction */
49 struct timezone { struct50 int tz_minuteswest; /* minutes west of Greenwich */51 int tz_dsttime; /* type of dst correction */
32 struct timezone { struct33 int tz_minuteswest; /* minutes west of Greenwich */34 int tz_dsttime; /* type of dst correction */
28 static long int timezone; variable