Skip to content
Snippets Groups Projects
Unverified Commit 48c6165c authored by Kabir Kwatra's avatar Kabir Kwatra Committed by GitHub
Browse files

gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)


### fixes #91928

`UTC` is now module attribute aliased to `datetime.timezone.utc`.
You can now do the following:
```python
from datetime import UTC
```
parent ee2205b2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment