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

Method utcoffset

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

Source from the content-addressed store, hash-verified

32 tzinfo=self, fold=fold)
33
34 def utcoffset(self, when):
35 if self._isdst(when):
36 return DSTOFFSET
37 else:
38 return STDOFFSET
39
40 def dst(self, when):
41 if self._isdst(when):

Callers

nothing calls this directly

Calls 1

_isdstMethod · 0.95

Tested by

no test coverage detected