Home
last modified time | relevance | path

Searched defs:tzoffset (Results 1 – 10 of 10) sorted by relevance

/external/python/dateutil/dateutil/test/
Dtest_isoparser.py72 def _isoparse_date_and_time(dt, date_fmt, time_fmt, tzoffset, argument
98 def test_ymd_h(dt, date_fmt, tzoffset): argument
106 def test_ymd_hm(dt, date_fmt, time_fmt, tzoffset): argument
117 def test_ymd_hms(dt, date_fmt, time_fmt, tzoffset): argument
127 def test_ymd_hms_micro(dt, date_fmt, time_fmt, tzoffset, precision): argument
143 def test_full_tzoffsets(tzoffset): argument
322 def test_parse_tzstr(tzoffset): argument
/external/python/dateutil/dateutil/parser/
D_parser.py360 def tzoffset(self, name): member in parserinfo
1059 def _could_be_tzname(self, hour, tzname, tzoffset, token): argument
1156 def _build_tzinfo(self, tzinfos, tzname, tzoffset): argument
/external/icu/icu4c/source/test/cintltst/
Dputiltst.c211 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCompatibilityTest.java281 int tzoffset = 123400; in TestGenericAPI() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCompatibilityTest.java278 int tzoffset = 123400; in TestGenericAPI() local
/external/python/dateutil/dateutil/tz/
Dtz.py127 class tzoffset(datetime.tzinfo): class
/external/python/cpython3/Modules/
D_datetimemodule.c790 int *second, int *microsecond, int *tzoffset, in parse_isoformat_time()
1313 tzinfo_from_isoformat_results(int rv, int tzoffset, int tz_useconds) in tzinfo_from_isoformat_results()
4594 int tzoffset, tzimicrosecond = 0; in time_fromisoformat() local
5276 int tzoffset = 0, tzusec = 0; in datetime_fromisoformat() local
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp129 int32_t tzoffset = uprv_timezone(); in TestGenericAPI() local
Dcaltest.cpp407 int32_t tzoffset = 123400; in TestGenericAPI() local
/external/icu/icu4c/source/i18n/
Dtimezone.cpp880 int32_t tzoffset = z->getRawOffset(); in create() local