Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
This will match the date format: 2022-03-15T15:18:16.125971500Z
But does not match this one: 2022-03-14T09:09:18.4244253Z
There is a -11 char offset. If that applies on the shorter time format it will cut additional 2 characters. The result "YYYY:MM:DDTHH:mm:" does not match the format().
RESOLUTION:
Try using the following parser which will match the first 19 characters: parser p_win {date-parser(format("%Y-%m-%dT%X") template("$(substr ${.SDATA.Event.System.TimeCreated._SystemTime} 0 19)") ); })