-
Notifications
You must be signed in to change notification settings - Fork 568
Open
Labels
Description
Description
As of Django 4.0, zoneinfo replaces pytz as Django's default timezone library. At Django 5.0, pytz support will be removed. In the effort to migrate Datatracker to Django 4 we have made use of the USE_DEPRECATED_PYTZ
setting and the pytz_deprecation_shim
package. Before we get to Django 5.0, we need to replace pytz entirely in the code base.
Code of Conduct
- I agree to follow the IETF's Code of Conduct