dissect.target icon indicating copy to clipboard operation
dissect.target copied to clipboard

IIS plugin: date / time parsing error

Open twiggler opened this issue 1 month ago • 0 comments

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

twiggler avatar Nov 26 '25 12:11 twiggler