Hi, Simon!
I am parsing a JSON report in python and ran into an issue with the "@generated" date field. The month of September is written as "Sept", while the POSIX standard expects "Sep". To parse the date correctly, I have to add a special case for this abbreviation.
Is it possible to configure or modify ZAP so that the generated JSON report uses POSIX-compliant month abbreviations by default?
Got it. When is the improvement planned to be implemented?
Perfect, thanks a lot for the quick turnaround!