Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ utcoffset
Method
utcoffset
IPython/utils/tz.py:30–31 ·
view source on GitHub ↗
(self, d)
Source
from the content-addressed store, hash-verified
28
""
"tzinfo object for UTC (zero offset)"
""
29
30
def
utcoffset(self, d):
31
return
ZERO
32
33
def
dst(self, d):
34
return
ZERO
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected