Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tzname
Method
tzname
Doc/includes/tzinfo_examples.py:46–47 ·
view source on GitHub ↗
(self, when)
Source
from the content-addressed store, hash-verified
44
return
ZERO
45
46
def
tzname(self, when):
47
return
time.tzname[self._isdst(when)]
48
49
def
_isdst(self, when):
50
tt = (when.year, when.month, when.day,
Callers
nothing calls this directly
Calls
1
_isdst
Method · 0.95
Tested by
no test coverage detected