Switch out django timezone.utc for datetime.timezone.utc.
Review Request #13485 — Created Jan. 4, 2024 and submitted — Latest diff uploaded
Now that the python standard library has a UTC object, django has
deprecated theirs. This change swaps our our usage.
Ran unit tests.