Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ dst
Method
dst
Lib/zoneinfo/_zoneinfo.py:112–113 ·
view source on GitHub ↗
(self, dt)
Source
from the content-addressed store, hash-verified
110
return
self._find_trans(dt).utcoff
111
112
def
dst(self, dt):
113
return
self._find_trans(dt).dstoff
114
115
def
tzname(self, dt):
116
return
self._find_trans(dt).tzname
Callers
nothing calls this directly
Calls
1
_find_trans
Method · 0.95
Tested by
no test coverage detected