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

Method testDSTUTC

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

Source from the content-addressed store, hash-verified

928 self._testDST(self.TZ_EST, timedelta(hours=1))
929
930 def testDSTUTC(self):
931 self._testDST(self.UTC, timedelta(0))
932
933 def testTimeOnlyOffsetLocalUTC(self):
934 with TZEnvContext(self.UTC):

Callers

nothing calls this directly

Calls 1

_testDSTMethod · 0.95

Tested by

no test coverage detected