Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ utcoffset
Method
utcoffset
Lib/test/datetimetester.py:6715–6716 ·
view source on GitHub ↗
(self, dt)
Source
from the content-addressed store, hash-verified
6713
return
self.ti[max(0, idx - 1)][i]
6714
6715
def
utcoffset(self, dt):
6716
return
self._find_ti(dt, 0)
6717
6718
def
dst(self, dt):
6719
isdst = self._find_ti(dt, 1)
Callers
nothing calls this directly
Calls
1
_find_ti
Method · 0.95
Tested by
no test coverage detected