We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f7725 commit 6435ce2Copy full SHA for 6435ce2
src/com/magento/idea/magento2uct/execution/output/ReportBuilder.java
@@ -41,7 +41,7 @@ public class ReportBuilder {
41
private final Project project;
42
private final Report report;
43
private final DateTimeFormatter formatter = DateTimeFormatter.ofPattern(
44
- "dd_MMM_yyyy_HH:mm:ss",
+ "dd-MMM-yyyy-HH-mm-ss",
45
Locale.US
46
);
47
0 commit comments