SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 244 Python

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
```
K
Kabir Kwatra committed
48c6165c28dfb40eafd2fa6de9bebd14fbc7c95c
Parent: ee2205b
Committed by GitHub <noreply@github.com> on 5/3/2022, 10:14:25 PM