Home
last modified time | relevance | path

Searched refs:zoneinfo (Results 1 – 25 of 26) sorted by relevance

12

/external/python/dateutil/dateutil/test/
Dtest_imports.py153 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
Dtest_import_star.py23 import dateutil.zoneinfo
31 self.assertEquals(dateutil.zoneinfo, new_locals.pop("zoneinfo"))
Dtest_tz.py28 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/
Dzoneinfo.rst2 zoneinfo title
4 .. automodule:: dateutil.zoneinfo
8 .. automodule:: dateutil.zoneinfo.rebuild
Dindex.rst23 zoneinfo
Dexamples.rst1397 >>> tz = tzfile('/usr/share/zoneinfo/EST5EDT')
/external/python/dateutil/
DNEWS46 - 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 …]
Dupdatezinfo.py10 from dateutil.zoneinfo import rebuild
DCONTRIBUTING.md64 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.
DRELEASING53 make sure that the zoneinfo file is included in the You
DREADME.rst54 files (/etc/localtime, /usr/share/zoneinfo, etc), TZ
/external/robolectric/
DAndroid.mk49 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/
Dreadme.txt21 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..."
DMakefile.in31 TZDIR=zoneinfo
Dtz2icu.cpp1148 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()
Dicuzones9 # turn "Olson" tzdata into ICU's zoneinfo.txt.
/external/python/dateutil/dateutil/zoneinfo/
Drebuild.py9 from dateutil.zoneinfo import METADATA_FN, ZONEFILENAME
/external/python/dateutil/dateutil/
DAndroid.bp21 "zoneinfo/*.py",
/external/python/cpython2/Doc/library/
Dtime.rst538 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'``,
Ddatetime.rst1577 The Time Zone Database (often called tz or zoneinfo) contains code and
/external/python/cpython3/Doc/library/
Dtime.rst709 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'``,
Ddatetime.rst1926 The Time Zone Database (often called tz, tzdata or zoneinfo) contains code and
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dafrica241 # > $ 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/
Dtz.py1486 from dateutil.zoneinfo import get_zonefile_instance
/external/icu/icu4c/source/data/
DMakefile.in804 @echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(TZDATA) is present.

12