MCPcopy Create free account
hub / github.com/dateutil/dateutil / testOffsetDST

Method testOffsetDST

tests/test_tz.py:915–916  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

913 self._testTzFunc(tzval, func, std_off, dst_off)
914
915 def testOffsetDST(self):
916 self._testOffset(self.TZ_EST, timedelta(hours=-5), timedelta(hours=-4))
917
918 def testOffsetUTC(self):
919 self._testOffset(self.UTC, timedelta(0), timedelta(0))

Callers

nothing calls this directly

Calls 1

_testOffsetMethod · 0.95

Tested by

no test coverage detected