Skip to content

Commit 5b96139

Browse files
Merge pull request #1154 from anzin/1152-bug-fix-uct-invalid-report-file-name-os-windows
1152: Fix bug invalid file name: '26_Aug_2022_13:11:03-results.json'
2 parents 0b5a218 + 8b67400 commit 5b96139

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)