dissect.target
dissect.target copied to clipboard
IIS plugin: date / time parsing error
On dissect.version 3.20.1,
the line
return datetime.strptime(f"{date_str} {time_str}", "%<REDACTED PATH>%<REDACTED PATH>%Y %H:%M:%S").replace(tzinfo=tzinfo)
gives a ValueError("time data %r does not match format %r" %).
Investigate how to make the time parsing more resilient