Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running the tests locally, I get: ``` DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC ``` The recommended upgrade is to use `datetime.now(timezone.utc)` which is what is done here.
- Loading branch information