kevinnammour commented on code in PR #3261:
URL: https://github.com/apache/maven-surefire/pull/3261#discussion_r2840977212


##########
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java:
##########
@@ -640,6 +653,10 @@ private static void showProperties(XMLWriter xmlWriter, 
Map<String, String> syst
         xmlWriter.endElement();
     }
 
+    private static String toIsoInstant(long epochMillis) {

Review Comment:
   I don't mind, but it has multiple usages and I found it better to centralize 
the formatting of the timestamp in one place to avoid any regressions. Wdyt?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to