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

Method testOffsetUTC

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

Source from the content-addressed store, hash-verified

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))
920
921 def _testDST(self, tzval, dst_dst):
922 func = datetime.dst

Callers

nothing calls this directly

Calls 1

_testOffsetMethod · 0.95

Tested by

no test coverage detected