Skip to content

lisa.tests.base: Use non-deprecated datetime functions

Douglas Raillard requested to merge douglas-raillard-arm/lisa:_pr0000084 into main

FIX

Since datetime.utcnow() is deprecated as of Python 3.12, use datetime.datetime.now() instead as recommended.

Merge request reports

Loading