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

Method testTzNameUTC

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

Source from the content-addressed store, hash-verified

904 self._testTzName(self.TZ_EST, 'EST', 'EDT')
905
906 def testTzNameUTC(self):
907 # Test tzname in a zone without DST
908 self._testTzName(self.UTC, 'UTC', 'UTC')
909
910 def _testOffset(self, tzval, std_off, dst_off):
911 func = datetime.utcoffset

Callers

nothing calls this directly

Calls 1

_testTzNameMethod · 0.95

Tested by

no test coverage detected