MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / dst

Method dst

tests/test_code/py/pytz/__init__.py:236–237  ·  view source on GitHub ↗
(self, dt)

Source from the content-addressed store, hash-verified

234 return "UTC"
235
236 def dst(self, dt):
237 return ZERO
238
239 def __reduce__(self):
240 return _UTC, ()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected