Home
last modified time | relevance | path

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

12

/external/rust/crates/chrono/src/sys/
Dunix.rs19 static altzone: time_t; constant
95 -altzone in time_to_local_tm()
/external/python/cpython2/Lib/test/
Dtest_time.py19 time.altzone
245 self.assertEqual(time.altzone, 14400)
263 self.assertEqual(time.altzone, -39600)
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_libc.cc32 extern long altzone;
57 return is_dst ? altzone : timezone;
/external/python/cpython2/Doc/includes/
Dtzinfo-examples.py48 DSTOFFSET = timedelta(seconds = -_time.altzone)
/external/python/cpython3/Lib/test/
Dtest_time.py56 time.altzone
361 self.assertEqual(time.altzone, 14400)
381 self.assertEqual(time.altzone, -39600)
691 self.assertEqual(lt.tm_gmtoff, -[time.timezone, time.altzone][lt.tm_isdst])
/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.py363 gmtoff = -(time.altzone if dst else time.timezone)
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc51 return is_dst ? altzone : timezone;
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc51 return is_dst ? altzone : timezone;
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc51 return is_dst ? altzone : timezone;
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc51 return is_dst ? altzone : 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.rst623 seconds West of UTC), ``altzone`` (DST seconds west of UTC) and ``daylight``
837 .. data:: altzone
860 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/dateutil/dateutil/tz/
Dtz.py204 self._dst_offset = datetime.timedelta(seconds=-time.altzone)
/external/python/cpython3/Lib/
Dimaplib.py1528 gmtoff = -(time.timezone, time.altzone)[dst]
/external/python/cpython3/Modules/
Dtimemodule.c1685 PyModule_AddIntConstant(m, "altzone", 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.])
/external/python/cpython2/Lib/email/test/
Dtest_email_renamed.py1086 tzsecs = time.altzone
Dtest_email.py1151 tzsecs = time.altzone
/external/python/cpython3/
Dpyconfig.h.in69 /* Define this if your time.h defines altzone. */

12