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 64995a9 commit 567b461Copy full SHA for 567b461
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")
+ @DateTimeFormat(pattern="MMM d yyyy 'at' hh:mm z")
52
private Date retrievedOn;
53
54
// A String which represents the path to a RO bundle
0 commit comments