Searched refs:tzwin (Results 1 – 9 of 9) sorted by relevance
115 from dateutil.tz import tzwin136 import dateutil.tzwin139 from dateutil import tzwin142 from dateutil.tzwin import tzwin143 from dateutil.tzwin import tzwinlocal145 tzwin_all = [tzwin, tzwinlocal]
34 from dateutil import tzwin2092 self.tzclass = tzwin.tzwin2096 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 …]
15 .. autoclass:: tzwin
29 tz.win <tzwin>
53 .. autoclass:: tzwin
1466 tzwin examples1469 .. doctest:: tzwin1471 >>> tz = tzwin("E. South America Standard Time")
29 from .win import tzwin, tzwinlocal31 tzwin = tzwinlocal = None variable1633 if tzwin is not None:1635 tz = tzwin(name)
202 class tzwin(tzwinbase): class
429 - Refactored tzwin and tzrange as a subclass of a common class, tzrangebase, as508 - Added compatibility between tzwin objects and datetime.time objects (gh issue552 - Added equality logic for tzwin and tzwinlocal objects. (gh issue #151,573 - Fixed issue with tzwin encoding in locales with non-Latin alphabets575 - Fixed an issue where tzwin was not being properly imported on Windows.584 - Fixed issue with tzwin and tzwinlocal where DST transitions were incorrectly663 - Fixed tzwin silently not imported on windows python2808 - New tzwin timezone type, allowing access to Windows