Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_time.py13 time.altzone
179 self.assertEqual(time.altzone, 14400)
197 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/cpython2/Lib/email/
Dutils.py149 offset = time.altzone
/external/python/cpython2/Lib/
Dimaplib.py1368 zone = zone + time.altzone
1425 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.c716 PyModule_AddIntConstant(m, "altzone", altzone); in inittimezone()
/external/python/cpython2/Doc/library/
Dtime.rst120 .. data:: altzone
/external/python/cpython2/
Dpyconfig.h.in61 /* Define this if your time.h defines altzone. */
Dconfigure.ac3544 AC_MSG_CHECKING(for time.h that defines altzone)
3546 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[return altzone;]])],
3552 AC_DEFINE(HAVE_ALTZONE, 1, [Define this if your time.h defines altzone.])
Dconfigure12178 return altzone;
/external/python/cpython2/Lib/email/test/
Dtest_email_renamed.py1086 tzsecs = time.altzone
Dtest_email.py1151 tzsecs = time.altzone
/external/python/cpython2/Misc/
Dcheatsheet1547 altzone signed offset of local DST timezone in sec west of the 0th meridian.
DHISTORY666 - Patch #1490224: time.altzone is now set correctly on Cygwin.
9961 altzone in libc6; this would not be horrible, except that timezone
9964 timezone and altzone variables aren't set correctly during DST.
9966 Here's a patch relative to 1.5.2b2 that (a) makes timezone and altzone
16318 System V): timezone, altzone, daylight and tzname. (The corresponding