We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d97305 commit a813810Copy full SHA for a813810
src/main/java/org/commonwl/viewer/domain/Workflow.java
@@ -48,7 +48,7 @@ public class Workflow {
48
// Metadata
49
@Indexed(unique = true)
50
private GithubDetails retrievedFrom;
51
- @DateTimeFormat(pattern="MMM d yyyy 'at' hh:mm z")
+ @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss z")
52
private Date retrievedOn;
53
54
// A String which represents the path to a RO bundle
0 commit comments