blob: a02818bf9e30c6629a1b1b562b892614086f9302 [file] [log] [blame] [edit]
from tzlocal import get_localzone
from zoneinfo import ZoneInfo
tz = get_localzone()
assert tz == ZoneInfo(key='Europe/Berlin')