Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tzname
Method
tzname
Lib/test/datetimetester.py:151–152 ·
view source on GitHub ↗
(self, dt)
Source
from the content-addressed store, hash-verified
149
def
utcoffset(self, dt):
150
return
self.__offset
151
def
tzname(self, dt):
152
return
self.__name
153
def
dst(self, dt):
154
return
self.__dstoffset
155
Callers
1
test_normal
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected