Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ utcoffset
Method
utcoffset
Lib/test/test_logging.py:4559–4560 ·
view source on GitHub ↗
(self, dt)
Source
from the content-addressed store, hash-verified
4557
4558
class
UTC(datetime.tzinfo):
4559
def
utcoffset(self, dt):
4560
return
ZERO
4561
4562
dst = utcoffset
4563
Callers
15
test_parse_date
Method · 0.45
test_utc
Method · 0.45
_is_ambiguous
Method · 0.45
test_same_offsets_and_names
Method · 0.45
test_same_from_utc
Method · 0.45
test_utc
Method · 0.45
test_unambiguous
Method · 0.45
test_folds_and_gaps
Method · 0.45
test_time_variable_offset
Method · 0.45
test_time_fixed_offset
Method · 0.45
test_one_transition
Method · 0.45
test_one_zone_dst
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected