Remove warning: The django.utils.timezone.utc alias is deprecated. Please update your code to use datetime.timezone.utc instead.
#1775
Labels
Milestone
Django removed
utc
fromdjango.utils.timezone
and raises warnings if you try to use it.We should update our codebase to import
utc
fromdatetime.timezone
instead.The text was updated successfully, but these errors were encountered: