Skip to content

Commit 44c8d33

Browse files
authored
Merge branch '4.4.0-develop' into 1145-removing-content-jumping-from-eav-generators-forms
2 parents 0326d43 + 5b96139 commit 44c8d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2uct/execution/output/ReportBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class ReportBuilder {
4141
private final Project project;
4242
private final Report report;
4343
private final DateTimeFormatter formatter = DateTimeFormatter.ofPattern(
44-
"dd_MMM_yyyy_HH:mm:ss",
44+
"dd-MMM-yyyy-HH-mm-ss",
4545
Locale.US
4646
);
4747

0 commit comments

Comments
 (0)