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.
FIX
Since datetime.utcnow() is deprecated as of Python 3.12, use datetime.datetime.now() instead as recommended.