Skip to content

Conversation

@JohnGrubba
Copy link

No description provided.

@@ -1,6 +1,6 @@
from collections import abc
from collections import OrderedDict
from datetime import datetime, timedelta, tzinfo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The UTC alias has only been added in Python 3.11, but we still have to support Python 3.8. We can use timezone.utc instead.

https://docs.python.org/3/library/datetime.html#datetime.UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants