Skip to content

Commit

Permalink
Merge pull request #1154 from anzin/1152-bug-fix-uct-invalid-report-f…
Browse files Browse the repository at this point in the history
…ile-name-os-windows

1152: Fix bug invalid file name: '26_Aug_2022_13:11:03-results.json'
  • Loading branch information
bohdan-harniuk authored Sep 5, 2022
2 parents 0b5a218 + 8b67400 commit 5b96139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class ReportBuilder {
private final Project project;
private final Report report;
private final DateTimeFormatter formatter = DateTimeFormatter.ofPattern(
"dd_MMM_yyyy_HH:mm:ss",
"dd-MMM-yyyy-HH-mm-ss",
Locale.US
);

Expand Down

0 comments on commit 5b96139

Please sign in to comment.