Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tzlocal 5.2 get_localzone missing attribute 'zone' #162

Open
nchj opened this issue Jun 19, 2024 · 0 comments
Open

tzlocal 5.2 get_localzone missing attribute 'zone' #162

nchj opened this issue Jun 19, 2024 · 0 comments

Comments

@nchj
Copy link

nchj commented Jun 19, 2024

In [1]: import tzlocal

In [2]: tzlocal.get_localzone().zone
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In[2], line 1
----> 1 tzlocal.get_localzone().zone

AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'zone'
(dev) ~ pip list --verbose | grep  tzlocal
tzlocal                           5.2       
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant