MCPcopy Index your code
hub / github.com/python/cpython / dst

Method dst

Doc/includes/tzinfo_examples.py:40–44  ·  view source on GitHub ↗
(self, when)

Source from the content-addressed store, hash-verified

38 return STDOFFSET
39
40 def dst(self, when):
41 if self._isdst(when):
42 return DSTDIFF
43 else:
44 return ZERO
45
46 def tzname(self, when):
47 return time.tzname[self._isdst(when)]

Callers

nothing calls this directly

Calls 1

_isdstMethod · 0.95

Tested by

no test coverage detected