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

Method tzname

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

Source from the content-addressed store, hash-verified

109 return self._find_trans(dt).dstoff
110
111 def tzname(self, dt):
112 return self._find_trans(dt).tzname
113
114 def fromutc(self, dt):
115 """Convert from datetime in UTC to datetime in local time"""

Callers

nothing calls this directly

Calls 1

_find_transMethod · 0.95

Tested by

no test coverage detected