Open
Description
Description of Bug
dict(simvue.api.objects.Alert.get())
fails with:
File ~/.pyenv/versions/3.13.5/lib/python3.13/_strptime.py:455, in _strptime(data_string, format)
452 raise ValueError("time data %r does not match format %r" %
453 (data_string, format))
454 if len(data_string) != found.end():
--> 455 raise ValueError("unconverted data remains: %s" %
456 data_string[found.end():])
458 iso_year = year = None
459 month = day = 1
ValueError: unconverted data remains: Z