datatracker
datatracker copied to clipboard
Eliminate use of django.utils.datetime_safe
Describe the issue
In at least ietf/meeting/models.py, the django.utils.datetime_safe library is used. The datetime_safe module is reportedly going to go away and as far as I have found is not documented outside of the source code.
It's unclear to me why this was used, but I think it should be straightforward to drop and replace with the standard datetime library.
Minor, but must be addressed before or when migrating to Django 4.
Code of Conduct
- [X] I agree to follow the IETF's Code of Conduct