Searched refs:altzone (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_time.py | 13 time.altzone 179 self.assertEqual(time.altzone, 14400) 197 self.assertEqual(time.altzone, -39600)
|
D | test_ssl.py | 121 return -time.altzone # seconds
|
/external/python/cpython2/Doc/includes/ |
D | tzinfo-examples.py | 48 DSTOFFSET = timedelta(seconds = -_time.altzone)
|
/external/python/cpython2/Lib/email/ |
D | utils.py | 149 offset = time.altzone
|
/external/python/cpython2/Lib/ |
D | imaplib.py | 1368 zone = zone + time.altzone 1425 zone = -time.altzone
|
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 224 long altzone = 0; variable 263 altzone = 0; in settzname() 292 altzone = -(ttisp->tt_gmtoff); in settzname()
|
/external/python/cpython2/Modules/ |
D | timemodule.c | 716 PyModule_AddIntConstant(m, "altzone", altzone); in inittimezone()
|
/external/python/cpython2/Doc/library/ |
D | time.rst | 120 .. data:: altzone
|
/external/python/cpython2/ |
D | pyconfig.h.in | 61 /* Define this if your time.h defines altzone. */
|
D | configure.ac | 3544 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.])
|
D | configure | 12178 return altzone;
|
/external/python/cpython2/Lib/email/test/ |
D | test_email_renamed.py | 1086 tzsecs = time.altzone
|
D | test_email.py | 1151 tzsecs = time.altzone
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1547 altzone signed offset of local DST timezone in sec west of the 0th meridian.
|
D | HISTORY | 666 - 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
|