wp1 icon indicating copy to clipboard operation
wp1 copied to clipboard

Fix utcnow deprecation warning

Open audiodude opened this issue 1 year ago • 0 comments

/usr/local/lib/python3.12/site-packages/rq/utils.py:229: 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).

Check if rq has a fix for this.

audiodude avatar May 08 '24 04:05 audiodude