Searched refs:zoneinfo (Results 1 – 25 of 26) sorted by relevance
12
/external/python/dateutil/dateutil/test/ |
D | test_imports.py | 153 import dateutil.zoneinfo 156 from dateutil import zoneinfo 159 from dateutil.zoneinfo import gettz 160 from dateutil.zoneinfo import gettz_db_metadata 161 from dateutil.zoneinfo import rebuild
|
D | test_import_star.py | 23 import dateutil.zoneinfo 31 self.assertEquals(dateutil.zoneinfo, new_locals.pop("zoneinfo"))
|
D | test_tz.py | 28 from dateutil import zoneinfo 1053 zoneinfo_file = zoneinfo.get_zonefile_instance() 1097 zif_0 = zoneinfo.get_zonefile_instance() 1098 zif_1 = zoneinfo.get_zonefile_instance() 1103 zif_0 = zoneinfo.get_zonefile_instance() 1104 zif_1 = zoneinfo.get_zonefile_instance(new_instance=True) 1105 zif_2 = zoneinfo.get_zonefile_instance() 1112 zoneinfo.gettz('US/Eastern') 1116 zoneinfo.gettz_db_metadata() 2222 zoneinfo_file = zoneinfo.get_zonefile_instance() [all …]
|
/external/python/dateutil/docs/ |
D | zoneinfo.rst | 2 zoneinfo title 4 .. automodule:: dateutil.zoneinfo 8 .. automodule:: dateutil.zoneinfo.rebuild
|
D | index.rst | 23 zoneinfo
|
D | examples.rst | 1397 >>> tz = tzfile('/usr/share/zoneinfo/EST5EDT')
|
/external/python/dateutil/ |
D | NEWS | 46 - Updated zoneinfo file to 2018c (gh pr #616) 162 - Style improvement to zoneinfo.tzfile that was confusing to static type 192 - Updated zoneinfo file to 2017b. (gh pr #395) 237 - Fixed an issue where zoneinfo.ZoneInfoFile errors were not being properly 243 - Deprecated zoneinfo.gettz() due to confusion with tz.gettz(), in favor of 244 get() method of zoneinfo.ZoneInfoFile objects. (gh issue #11, pr #310) 250 - /usr/share/lib/zoneinfo was added to TZPATHS for compatibility with Solaris 284 - Updated zoneinfo to 2016i. (gh issue #298, gh pr #306) 289 - Updated zoneinfo to 2016d 292 - Bug in zoneinfo file on platforms such as Google App Engine which do not [all …]
|
D | updatezinfo.py | 10 from dateutil.zoneinfo import rebuild
|
D | CONTRIBUTING.md | 64 When you get the source, it does not contain the internal zoneinfo 95 zoneinfo database, some tests will fail. Apart from that, all tests should pass.
|
D | RELEASING | 53 make sure that the zoneinfo file is included in the You
|
D | README.rst | 54 files (/etc/localtime, /usr/share/zoneinfo, etc), TZ
|
/external/robolectric/ |
D | Android.mk | 49 system/timezone/output_data/iana/tzdata:$(intermediates.COMMON)/usr/share/zoneinfo/tzdata \ 50 …system/timezone/output_data/android/tzlookup.xml:$(intermediates.COMMON)/usr/share/zoneinfo/tzlook…
|
/external/icu/icu4c/source/tools/tzcode/ |
D | readme.txt | 21 The purpose of these tools is to process the zoneinfo or "Olson" time 48 The zoneinfo or "Olson" time zone package is used by various systems 79 3. Build ICU normally. You will see a notice "updating zoneinfo.txt..."
|
D | Makefile.in | 31 TZDIR=zoneinfo
|
D | tz2icu.cpp | 1148 operator<<(ostream& os, const ZoneMap& zoneinfo) { in operator <<() argument 1150 for (ZoneMapIter it = zoneinfo.begin(); in operator <<() 1151 it != zoneinfo.end(); in operator <<() 1161 ostream& printStringList( ostream& os, const ZoneMap& zoneinfo) { in printStringList() argument 1166 for (ZoneMapIter it = zoneinfo.begin(); in printStringList() 1167 it != zoneinfo.end(); in printStringList()
|
D | icuzones | 9 # turn "Olson" tzdata into ICU's zoneinfo.txt.
|
/external/python/dateutil/dateutil/zoneinfo/ |
D | rebuild.py | 9 from dateutil.zoneinfo import METADATA_FN, ZONEFILENAME
|
/external/python/dateutil/dateutil/ |
D | Android.bp | 21 "zoneinfo/*.py",
|
/external/python/cpython2/Doc/library/ |
D | time.rst | 538 convenient to use the system's zoneinfo (:manpage:`tzfile(5)`) database to 541 the systems 'zoneinfo' timezone database, usually located at 542 :file:`/usr/share/zoneinfo`. For example, ``'US/Eastern'``,
|
D | datetime.rst | 1577 The Time Zone Database (often called tz or zoneinfo) contains code and
|
/external/python/cpython3/Doc/library/ |
D | time.rst | 709 convenient to use the system's zoneinfo (:manpage:`tzfile(5)`) database to 712 the systems 'zoneinfo' timezone database, usually located at 713 :file:`/usr/share/zoneinfo`. For example, ``'US/Eastern'``,
|
D | datetime.rst | 1926 The Time Zone Database (often called tz, tzdata or zoneinfo) contains code and
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | africa | 241 # > $ zdump -v /usr/share/zoneinfo/Africa/Cairo | grep 2009 242 # > /usr/share/zoneinfo/Africa/Cairo Thu Apr 23 21:59:59 2009 UTC = Thu = 245 # > /usr/share/zoneinfo/Africa/Cairo Thu Apr 23 22:00:00 2009 UTC = Fri = 248 # > /usr/share/zoneinfo/Africa/Cairo Thu Aug 27 20:59:59 2009 UTC = Thu = 251 # > /usr/share/zoneinfo/Africa/Cairo Thu Aug 27 21:00:00 2009 UTC = Thu =
|
/external/python/dateutil/dateutil/tz/ |
D | tz.py | 1486 from dateutil.zoneinfo import get_zonefile_instance
|
/external/icu/icu4c/source/data/ |
D | Makefile.in | 804 @echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(TZDATA) is present.
|
12