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

Method utcoffset

Lib/zoneinfo/_zoneinfo.py:105–106  ·  view source on GitHub ↗
(self, dt)

Source from the content-addressed store, hash-verified

103 return self._key
104
105 def utcoffset(self, dt):
106 return self._find_trans(dt).utcoff
107
108 def dst(self, dt):
109 return self._find_trans(dt).dstoff

Callers

nothing calls this directly

Calls 1

_find_transMethod · 0.95

Tested by

no test coverage detected