tzone
(void) putenv(tzone);
static char tzone[LINE_MAX] = ENV_TZ;
tzone,
(void) snprintf(tzone, sizeof (tzone), "TZ=%s",
static long tzone;
tzone = altzone / 60;
tzone = tzone / 60;
tzone = 2047; /* Unknown */
tp->ts_tzone = 0x1000 + (-tzone & 0xFFF);
struct timezone tzone;
gettimeofday (&tnow, &tzone);
struct timezone tzone;
gettimeofday (&tnow, &tzone);
tzone(&tm, &tv_sec,
tzone(&tm, &tv_sec,
int16_t year, tzone;
tzone = SWAP_16(dtime->ts_tzone);
if ((tzone & TMODE) == 0x1000) {
if ((tzone & TINVALID) != TINVALID) {
if (tzone & TSIGN) {
sec = tzone | 0xFFFFF000;
sec = tzone & TOFFSET;