Searched refs:altzone (Results 1 - 14 of 14) sorted by relevance
/third_party/tzdata/ |
H A D | private.h | 672 # undef altzone macro 673 # define altzone tz_altzone macro 740 extern long altzone;
|
H A D | localtime.c | 209 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 D | strftime.c | 536 ** altzone and timezone), and the in _fmt() 559 diff = -altzone; in _fmt()
|
/third_party/python/Doc/includes/ |
H A D | tzinfo_examples.py | 15 DSTOFFSET = timedelta(seconds = -_time.altzone)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_libc.cc | 32 extern long altzone; 54 // Uses the globals: 'timezone', 'altzone' and 'tzname'. 57 return is_dst ? altzone : timezone;
|
/third_party/python/Lib/test/ |
H A D | test_time.py | 61 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 D | test_ssl.py | 274 return -time.altzone # seconds
|
/third_party/python/Lib/email/ |
H A D | utils.py | 366 gmtoff = -(time.altzone if dst else time.timezone)
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 226 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 D | localtime.c | 224 long altzone = 0; variable 263 altzone = 0; in settzname() 292 altzone = -(ttisp->tt_gmtoff); in settzname()
|
/third_party/python/Lib/ |
H A D | imaplib.py | 1527 gmtoff = -(time.timezone, time.altzone)[dst]
|
/third_party/python/Modules/ |
H A D | timemodule.c | 1087 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 D | test_email.py | 1805 tzsecs = time.altzone
|
/third_party/python/ |
H A D | configure | 21736 { 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