Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ utcoffset
Method
utcoffset
Doc/includes/tzinfo_examples.py:130–131 ·
view source on GitHub ↗
(self, when)
Source
from the content-addressed store, hash-verified
128
return
self.stdname
129
130
def
utcoffset(self, when):
131
return
self.stdoffset + self.dst(when)
132
133
def
dst(self, when):
134
if
when is None or when.tzinfo is None:
Callers
nothing calls this directly
Calls
1
dst
Method · 0.95
Tested by
no test coverage detected