Standardize the way we import and use datetime
-
from datetime import stuff
rather thanimport datetime
-
UTC
(from datetime import UTC
) rather thandatetime.timezone.utc
-
datetime.now(UTC)
rather than[django.utils.]timezone.now
- See if there's a way to have a linter enforce this