Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ utcoffset
Method
utcoffset
Lib/test/datetimetester.py:144–145 ·
view source on GitHub ↗
(self, dt)
Source
from the content-addressed store, hash-verified
142
def
__repr__(self):
143
return
self.__name.lower()
144
def
utcoffset(self, dt):
145
return
self.__offset
146
def
tzname(self, dt):
147
return
self.__name
148
def
dst(self, dt):
Callers
2
test_normal
Method · 0.95
test_more_astimezone
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected