Home
last modified time | relevance | path

Searched refs:altzone (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dtest_time.py19 time.altzone
245 self.assertEqual(time.altzone, 14400)
263 self.assertEqual(time.altzone, -39600)
Dtest_ssl.py121 return -time.altzone # seconds
/external/python/cpython2/Doc/includes/
Dtzinfo-examples.py48 DSTOFFSET = timedelta(seconds = -_time.altzone)
/external/python/cpython3/Lib/test/
Dtest_time.py56 time.altzone
363 self.assertEqual(time.altzone, 14400)
383 self.assertEqual(time.altzone, -39600)
702 self.assertEqual(lt.tm_gmtoff, -[time.timezone, time.altzone][lt.tm_isdst])
Dtest_ssl.py180 return -time.altzone # seconds
/external/python/cpython3/Doc/includes/
Dtzinfo_examples.py15 DSTOFFSET = timedelta(seconds = -_time.altzone)
/external/python/cpython2/Lib/email/
Dutils.py149 offset = time.altzone
/external/python/cpython3/Lib/email/
Dutils.py371 gmtoff = -(time.altzone if dst else time.timezone)
/external/python/cpython2/Lib/
Dimaplib.py1371 zone = zone + time.altzone
1428 zone = -time.altzone
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c224 long altzone = 0; variable
263 altzone = 0; in settzname()
292 altzone = -(ttisp->tt_gmtoff); in settzname()
/external/python/cpython2/Modules/
Dtimemodule.c814 PyModule_AddIntConstant(m, "altzone", altzone); in inittimezone()
/external/python/cpython3/Doc/library/
Dtime.rst643 seconds West of UTC), ``altzone`` (DST seconds west of UTC) and ``daylight``
836 .. data:: altzone
859 For the above Timezone constants (:data:`altzone`, :data:`daylight`, :data:`timezone`,
/external/python/cpython2/Doc/library/
Dtime.rst120 .. data:: altzone
470 seconds West of UTC), ``altzone`` (DST seconds west of UTC) and ``daylight``
/external/python/cpython3/Modules/
Dtimemodule.c1569 PyModule_AddIntConstant(m, "altzone", altzone); in init_timezone()
/external/python/cpython3/Lib/
Dimaplib.py1492 gmtoff = -(time.timezone, time.altzone)[dst]
/external/python/dateutil/dateutil/tz/
Dtz.py198 self._dst_offset = datetime.timedelta(seconds=-time.altzone)
/external/python/cpython2/
Dpyconfig.h.in61 /* Define this if your time.h defines altzone. */
Dconfigure.ac3580 AC_MSG_CHECKING(for time.h that defines altzone)
3582 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[return altzone;]])],
3588 AC_DEFINE(HAVE_ALTZONE, 1, [Define this if your time.h defines altzone.])
Dconfigure12223 return altzone;
/external/python/cpython2/Lib/email/test/
Dtest_email_renamed.py1086 tzsecs = time.altzone
Dtest_email.py1151 tzsecs = time.altzone
/external/python/cpython3/
Dconfigure.ac4084 AC_MSG_CHECKING(for time.h that defines altzone)
4086 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[return altzone;]])],
4092 AC_DEFINE(HAVE_ALTZONE, 1, [Define this if your time.h defines altzone.])
Dpyconfig.h.in61 /* Define this if your time.h defines altzone. */
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py1727 tzsecs = time.altzone
/external/python/cpython2/Misc/
Dcheatsheet1547 altzone signed offset of local DST timezone in sec west of the 0th meridian.

12