Home
last modified time | relevance | path

Searched defs:timezone (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/sys/
H A Dtime.h58 struct timezone { struct
59 int tz_minuteswest; /* minutes west of Greenwich */
60 int tz_dsttime; /* type of dst correction */
H A Dtimeb.h52 short timezone; /* minutes west of CUT */ member
/dflybsd-src/lib/libc/stdtime/
H A Dlocaltime.c233 long timezone = 0; variable