python:subunit: Use now() instead of utcnow()
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 2 Oct 2023 00:57:43 +0000 (13:57 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 13 Oct 2023 03:50:31 +0000 (03:50 +0000)
commit08dbb35e7e460de95e77c2c2f255f155b02c57e0
treee231e690993cbc998c69bfdf22026bf8fe3e4c04
parent7c89c5880ea60c13839a27b244f3c855ecf9e464
python:subunit: Use now() instead of utcnow()

utcnow() is deprecated and will be removed in a future version of Python.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/subunit/run.py