MCPcopy Index your code
hub / github.com/RustPython/RustPython / utcoffset

Method utcoffset

Lib/test/test_logging.py:4483–4484  ·  view source on GitHub ↗
(self, dt)

Source from the content-addressed store, hash-verified

4481
4482class UTC(datetime.tzinfo):
4483 def utcoffset(self, dt):
4484 return ZERO
4485
4486 dst = utcoffset
4487

Callers 15

test_parse_dateMethod · 0.45
test_utcMethod · 0.45
_is_ambiguousMethod · 0.45
test_same_from_utcMethod · 0.45
test_utcMethod · 0.45
test_unambiguousMethod · 0.45
test_folds_and_gapsMethod · 0.45
test_one_transitionMethod · 0.45
test_one_zone_dstMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected