Searched refs:tzwinlocal (Results 1 – 8 of 8) sorted by relevance
116 from dateutil.tz import tzwinlocal143 from dateutil.tzwin import tzwinlocal145 tzwin_all = [tzwin, tzwinlocal]
2233 self.tzclass = tzwin.tzwinlocal2243 datetime.now(tzwin.tzwinlocal())2247 tzwl = tzwin.tzwinlocal()2265 tw = tz.tzwinlocal()2271 tw = tz.tzwinlocal()2277 tw = tz.tzwinlocal()2283 tw = tz.tzwinlocal()2293 twl1 = tz.tzwinlocal()2294 twl2 = tz.tzwinlocal()2301 twl1 = tz.tzwinlocal()[all …]
19 .. autoclass:: tzwinlocal
39 .. autoclass:: tzwinlocal
1474 tzwinlocal examples1478 .. doctest:: tzwinlocal1480 >>> tz = tzwinlocal()
29 from .win import tzwin, tzwinlocal31 tzwin = tzwinlocal = None1466 if tzwinlocal is not None:1467 tzlocal_classes += (tzwinlocal,)
259 class tzwinlocal(tzwinbase): class
550 - tzwinlocal objects now have a meaningful repr() and str() implementation552 - Added equality logic for tzwin and tzwinlocal objects. (gh issue #151,582 - Fixed issue where tzwinlocal had an invalid utcoffset. (gh issue #135,584 - Fixed issue with tzwin and tzwinlocal where DST transitions were incorrectly