Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ utcoffset
Method
utcoffset
tests/test_code/py/pytz/reference.py:114–115 ·
view source on GitHub ↗
(self, dt)
Source
from the content-addressed store, hash-verified
112
return
self.stdname
113
114
def
utcoffset(self, dt):
115
return
self.stdoffset + self.dst(dt)
116
117
def
dst(self, dt):
118
if
dt is None or dt.tzinfo is None:
Callers
nothing calls this directly
Calls
1
dst
Method · 0.95
Tested by
no test coverage detected