MCPcopy Index your code
hub / github.com/python/cpython / tzinfo_examples.py

File tzinfo_examples.py

Doc/includes/tzinfo_examples.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import datetime as dt
2
3# A class capturing the platform's idea of local time.
4# (May result in wrong values on historical times in

Callers

nothing calls this directly

Calls 3

LocalTimezoneClass · 0.85
datetimeMethod · 0.80
USTimeZoneClass · 0.70

Tested by

no test coverage detected