Switch out django timezone.utc for datetime.timezone.utc.
Review Request #13485 — Created Jan. 4, 2024 and submitted
Now that the python standard library has a UTC object, django has
deprecated theirs. This change swaps our our usage.
Ran unit tests.
Summary | ID |
---|---|
f09ad6d1e009858343618444a62d1a238f31abe3 |
Description | From | Last Updated |
---|---|---|
line too long (82 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (82 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (81 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (80 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (80 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (84 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (80 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (84 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (81 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (80 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (82 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (81 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (81 > 79 characters) Column: 80 Error code: E501 |
reviewbot |
- Commits:
-
Summary ID b1c2ada9ad72a7755375e7d3fb41d98f1ded9351 f09ad6d1e009858343618444a62d1a238f31abe3 - Diff:
-
Revision 2 (+228 -208)