Searched defs:timezone (Results 1 - 3 of 3) sorted by path

/bionic/libc/include/sys/
H A Dtimeb.h38 short timezone; member in struct:timeb
/bionic/libc/kernel/common/linux/
H A Dtime.h36 struct timezone { struct
/bionic/libc/tzcode/
H A Dlocaltime.c290 time_t timezone = 0; variable
334 timezone = 0;
354 timezone = -(ttisp->tt_gmtoff);
1274 // try the "persist.sys.timezone" system property first
1275 if (name == NULL && __system_property_get("persist.sys.timezone", buf) > 0)

Completed in 69 milliseconds