3scale-qe / 3scale-tests

End-to-End Integration Tests for 3scale
Apache License 2.0
9 stars 21 forks source link

Update to use offset-aware time objects #820

Closed mdujava closed 6 months ago

mdujava commented 7 months ago

When using python 3.12 Deprication warrning is shown

DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).