datatracker icon indicating copy to clipboard operation
datatracker copied to clipboard

Eliminate use of django.utils.datetime_safe

Open jennifer-richards opened this issue 3 years ago • 0 comments

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

jennifer-richards avatar Sep 27 '22 18:09 jennifer-richards