Home
last modified time | relevance | path

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

/external/python/dateutil/dateutil/test/
Dtest_imports.py115 from dateutil.tz import tzwin
136 import dateutil.tzwin
139 from dateutil import tzwin
142 from dateutil.tzwin import tzwin
143 from dateutil.tzwin import tzwinlocal
145 tzwin_all = [tzwin, tzwinlocal]
Dtest_tz.py34 from dateutil import tzwin
2092 self.tzclass = tzwin.tzwin
2096 tzr = tzwin.tzres()
2100 tzr = tzwin.tzres()
2111 tz = tzwin.tzwin("UTC")
2116 tz = tzwin.tzwin("Cape Verde Standard Time")
2122 tw = tz.tzwin('Eastern Standard Time')
2140 tw = tz.tzwin('Yakutsk Standard Time')
2154 tw1 = tz.tzwin(tzwin_name)
2155 tw2 = tz.tzwin(tzwin_name)
[all …]
/external/python/dateutil/docs/
Dtzwin.rst15 .. autoclass:: tzwin
Dindex.rst29 tz.win <tzwin>
Dtz.rst53 .. autoclass:: tzwin
Dexamples.rst1466 tzwin examples
1469 .. doctest:: tzwin
1471 >>> tz = tzwin("E. South America Standard Time")
/external/python/dateutil/dateutil/tz/
Dtz.py29 from .win import tzwin, tzwinlocal
31 tzwin = tzwinlocal = None variable
1633 if tzwin is not None:
1635 tz = tzwin(name)
Dwin.py202 class tzwin(tzwinbase): class
/external/python/dateutil/
DNEWS429 - Refactored tzwin and tzrange as a subclass of a common class, tzrangebase, as
508 - Added compatibility between tzwin objects and datetime.time objects (gh issue
552 - Added equality logic for tzwin and tzwinlocal objects. (gh issue #151,
573 - Fixed issue with tzwin encoding in locales with non-Latin alphabets
575 - Fixed an issue where tzwin was not being properly imported on Windows.
584 - Fixed issue with tzwin and tzwinlocal where DST transitions were incorrectly
663 - Fixed tzwin silently not imported on windows python2
808 - New tzwin timezone type, allowing access to Windows