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
126 def test_ymd_hms_micro(dt, date_fmt, time_fmt, tzoffset, precision): argument
133 def test_full_tzoffsets(tzoffset): argument
307 def test_parse_tzstr(tzoffset): argument
/external/python/dateutil/dateutil/parser/
D_parser.py360 def tzoffset(self, name): member in parserinfo
1017 def _could_be_tzname(self, hour, tzname, tzoffset, token): argument
1113 def _build_tzinfo(self, tzinfos, tzname, tzoffset): argument
/external/icu/icu4c/source/test/cintltst/
Dputiltst.c208 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCompatibilityTest.java278 int tzoffset = 123400; in TestGenericAPI() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCompatibilityTest.java281 int tzoffset = 123400; in TestGenericAPI() local
/external/python/dateutil/dateutil/tz/
Dtz.py122 class tzoffset(datetime.tzinfo): class
/external/python/cpython3/Modules/
D_datetimemodule.c773 int *second, int *microsecond, int *tzoffset, in parse_isoformat_time()
1293 tzinfo_from_isoformat_results(int rv, int tzoffset, int tz_useconds) in tzinfo_from_isoformat_results()
4359 int tzoffset, tzimicrosecond = 0; in time_fromisoformat() local
5038 int tzoffset = 0, tzusec = 0; in datetime_fromisoformat() local
/external/icu/icu4c/source/i18n/
Dtimezone.cpp848 int32_t tzoffset = z->getRawOffset(); in create() local
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp128 int32_t tzoffset = uprv_timezone(); in TestGenericAPI() local
Dcaltest.cpp390 int32_t tzoffset = 123400; in TestGenericAPI() local