Skip to content

Fix datetime.datetime.utcnow deprecation warning

Leo P. Singer requested to merge leo-singer/gwcelery:utcnow into main

Fix the following deprecation warning: 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).

Merge request reports

Loading