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.
2 parents 0326d43 + 5b96139 commit 44c8d33Copy full SHA for 44c8d33
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