Skip to content
Unverified Commit 6bc35093 authored by Roman Inflianskas's avatar Roman Inflianskas
Browse files

rewrite to datetime.UTC

Rewrite:
```python
import datetime

datetime.timezone.utc
```
to alias:
```python
import datetime

datetime.UTC
```
in Python >= 3.11.

Fixes: #755
parent 28db01a2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment