lisa.tests.base: Use non-deprecated datetime functions
FIX Since datetime.utcnow() is deprecated as of Python 3.12, use datetime.datetime.now() instead as recommended.
Loading
Please register or sign in to comment
FIX Since datetime.utcnow() is deprecated as of Python 3.12, use datetime.datetime.now() instead as recommended.