Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/sys/
H A Dtime.h42 struct timezone { struct
43 int tz_minuteswest; /* minutes west of Greenwich */
44 int tz_dsttime; /* type of dst correction */
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/sys/
H A Dtime.h49 struct timezone { struct
50 int tz_minuteswest; /* minutes west of Greenwich */
51 int tz_dsttime; /* type of dst correction */
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/sys/
H A Dtime.h32 struct timezone { struct
33 int tz_minuteswest; /* minutes west of Greenwich */
34 int tz_dsttime; /* type of dst correction */
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/
H A Dtime.c28 static long int timezone; variable