Home
last modified time | relevance | path

Searched refs:altzone (Results 1 - 14 of 14) sorted by relevance

/third_party/tzdata/
H A Dprivate.h672 # undef altzone macro
673 # define altzone tz_altzone macro
740 extern long altzone;
H A Dlocaltime.c209 long altzone; variable
290 altzone = - ttisp->tt_utoff; in update_tzname_etc()
295 update tzname, timezone, and/or altzone and return STDDST_MASK,
331 altzone = 0; in settzname()
1486 ** set the applicable parts of tzname, timezone and altzone;
2443 # define altzone 0 macro
2462 int_fast32_t offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0; in time()
H A Dstrftime.c536 ** altzone and timezone), and the in _fmt()
559 diff = -altzone; in _fmt()
/third_party/python/Doc/includes/
H A Dtzinfo_examples.py15 DSTOFFSET = timedelta(seconds = -_time.altzone)
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc32 extern long altzone;
54 // Uses the globals: 'timezone', 'altzone' and 'tzname'.
57 return is_dst ? altzone : timezone;
/third_party/python/Lib/test/
H A Dtest_time.py61 time.altzone
357 # Note that altzone is undefined in UTC, as there is no DST
377 self.assertEqual(time.altzone, 14400)
397 self.assertEqual(time.altzone, -39600)
723 self.assertEqual(lt.tm_gmtoff, -[time.timezone, time.altzone][lt.tm_isdst])
H A Dtest_ssl.py274 return -time.altzone # seconds
/third_party/python/Lib/email/
H A Dutils.py366 gmtoff = -(time.altzone if dst else time.timezone)
/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c226 long altzone = 0; variable
265 altzone = 0; in settzname()
294 altzone = -(ttisp->tt_gmtoff); in settzname()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c224 long altzone = 0; variable
263 altzone = 0; in settzname()
292 altzone = -(ttisp->tt_gmtoff); in settzname()
/third_party/python/Lib/
H A Dimaplib.py1527 gmtoff = -(time.timezone, time.altzone)[dst]
/third_party/python/Modules/
H A Dtimemodule.c1087 of the timezone or altzone attributes on the time module.");
1105 /* Reset timezone, altzone, daylight and tzname */
1750 PyModule_AddIntConstant(m, "altzone", altzone);
1752 PyModule_AddIntConstant(m, "altzone", _Py_timezone-3600);
1816 PyModule_AddIntConstant(m, "altzone", janzone);
1821 PyModule_AddIntConstant(m, "altzone", julyzone);
/third_party/python/Lib/test/test_email/
H A Dtest_email.py1805 tzsecs = time.altzone
/third_party/python/
H A Dconfigure21736 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for time.h that defines altzone" >&5
21737 printf %s "checking for time.h that defines altzone... " >&6; }
21749 return altzone;

Completed in 54 milliseconds