Skip to content

Commit a813810

Browse files
authored
Internationalise date format (#30)
* Internationalise date format Closes #28
1 parent 6d97305 commit a813810

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
@@ -48,7 +48,7 @@ public class Workflow {
4848
// Metadata
4949
@Indexed(unique = true)
5050
private GithubDetails retrievedFrom;
51-
@DateTimeFormat(pattern="MMM d yyyy 'at' hh:mm z")
51+
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss z")
5252
private Date retrievedOn;
5353

5454
// A String which represents the path to a RO bundle

0 commit comments

Comments
 (0)