Skip to content

Commit bce9fcf

Browse files
author
Mark Robinson
committed
Change in date format to be more international
1 parent 7294eb5 commit bce9fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/commonwl/viewer/domain/Workflow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class Workflow {
4545
private String id;
4646

4747
// Metadata
48-
@DateTimeFormat(pattern="MM/d/yyyy 'at' hh:mm")
48+
@DateTimeFormat(pattern="MMM d yyyy 'at' hh:mm")
4949
private Date retrievedOn;
5050
private GithubDetails retrievedFrom;
5151
private Path roBundle;

0 commit comments

Comments
 (0)