Home
last modified time | relevance | path

Searched refs:tzwinlocal (Results 1 – 8 of 8) sorted by relevance

/external/python/dateutil/dateutil/test/
Dtest_imports.py116 from dateutil.tz import tzwinlocal
143 from dateutil.tzwin import tzwinlocal
145 tzwin_all = [tzwin, tzwinlocal]
Dtest_tz.py2233 self.tzclass = tzwin.tzwinlocal
2243 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 …]
/external/python/dateutil/docs/
Dtzwin.rst19 .. autoclass:: tzwinlocal
Dtz.rst39 .. autoclass:: tzwinlocal
Dexamples.rst1474 tzwinlocal examples
1478 .. doctest:: tzwinlocal
1480 >>> tz = tzwinlocal()
/external/python/dateutil/dateutil/tz/
Dtz.py29 from .win import tzwin, tzwinlocal
31 tzwin = tzwinlocal = None
1466 if tzwinlocal is not None:
1467 tzlocal_classes += (tzwinlocal,)
Dwin.py259 class tzwinlocal(tzwinbase): class
/external/python/dateutil/
DNEWS550 - tzwinlocal objects now have a meaningful repr() and str() implementation
552 - 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