Skip to content

Commit 567b461

Browse files
author
Mark Robinson
committed
Add time zone to datetime format
1 parent 64995a9 commit 567b461

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")
51+
@DateTimeFormat(pattern="MMM d yyyy 'at' hh:mm z")
5252
private Date retrievedOn;
5353

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

0 commit comments

Comments
 (0)