Changing timestamps format for Newman Junit report

Newman is generating timestamp="2020-12-18T15:26:52.946Z with milliseconds. Our report app only needs timestamp="2020-12-18T15:26:52 , That means, whenever We throw an XML file having milliseconds on the timestamp the parser is going to fail. Do We have way for remove milliseconds or change datetime format for Junit reports?

Hey @Artem.Gubarev

Welcome to the Postman community :rocket:

What part are you referring too - Within a collection, in the final XML report or a different place?

Iā€™m sorry for big idle. I told about timestamps in XML reports, We are using Junit report from newman with our reporting system and found this issue. Perhaps, Newman has way for avoid it? Using customize timestamps or something else?