-
Notifications
You must be signed in to change notification settings - Fork 95
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
System timezones or installed tzdata may not cover pytz.common_timezones #85
Comments
I need install package tzdata to make it work. It is really necessary? |
Hi @paulocoutinhox, what version of django are you running and on what platform? It looks like django 4.X on windows should be installing tzdata by default. So I'm guessing you're on django 3.X on windows? Is that correct? Thanks. |
Im using latest django 4 on macos. |
Ok thanks It looks like the timezone which is causing the problem is I'm hesitant to add a direct dependency on tzdata to this package because both python stdlib (via zoneinfo) and django choose not to do so. Let me mull it over. Perhaps we should push for django to remove the |
I just encountered the same issue with python 3.9 on debian bullseyse with django 3.x. I now manually fixed pytz==2021.1 for my setup to get around this. |
Hi,
Im getting this error:
Thanks.
The text was updated successfully, but these errors were encountered: