Home
last modified time | relevance | path

Searched refs:gettz (Results 1 – 9 of 9) sorted by relevance

/external/python/dateutil/dateutil/test/
Dtest_tz.py180 def gettz(self, tzname): member in TzFoldMixin
194 SYD = self.gettz(tzname)
216 SYD = self.gettz(tzname)
238 TOR = self.gettz(tzname)
261 TOR = self.gettz(tzname)
283 LON = self.gettz(tzname)
305 NYC = self.gettz(tzname)
336 NYC = self.gettz(tzname)
354 tzi = self.gettz(tzname)
387 tzi = self.gettz(tzname)
[all …]
Dtest_imports.py114 from dateutil.tz import gettz
159 from dateutil.zoneinfo import gettz
163 zi_all = (gettz, gettz_db_metadata, rebuild)
Dtest_utils.py14 NYC = tz.gettz("America/New_York")
Dtest_parser.py1074 NYC = tz.gettz('America/New_York')
Dtest_rrule.py2674 NYC = tz.gettz('America/New_York')
2687 NYC = tz.gettz('America/New_York')
2940 NYC = tz.gettz('America/New_York')
/external/python/dateutil/dateutil/zoneinfo/
D__init__.py19 return (gettz, (self._filename,))
109 def gettz(name): function
/external/python/dateutil/
DNEWS105 - Added a cache to tz.gettz so that by default it will return the same object
107 between datetimes constructed with tzinfo=tz.gettz(...). (gh pr #628)
115 - Added the tz.gettz.nocache function to allow explicit retrieval of a new
128 - Fixed issue with tz.gettz for TZ variables that start with a colon. Reported
243 - Deprecated zoneinfo.gettz() due to confusion with tz.gettz(), in favor of
543 - Calls like gettz("GMT+3") and gettz("UTC-2") will now return the
590 - Now tz.gettz() returns a tzlocal instance when not given any
612 timezone files [1]. datautil.tz.gettz() function will now
616 dateutil.zoneinfo.gettz().
/external/python/dateutil/dateutil/tz/
Dtz.py1507 gettz = __get_gettz() variable
/external/python/dateutil/dateutil/
Drrule.py1598 tzlookup = tz.gettz