Files
shredos.x86_64/support/testing/tests/package/sample_python_tzlocal.py

6 lines
129 B
Python
Raw Permalink Normal View History

from tzlocal import get_localzone
from zoneinfo import ZoneInfo
tz = get_localzone()
assert tz == ZoneInfo(key='Europe/Berlin')