Skip to content

Commit daa1725

Browse files
committed
Display dashboard modification date in UTC
1 parent 563c9ad commit daa1725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/lastmod.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Data last updated: {{ .Page.Lastmod.Format "02 January 2006 at 3:04pm" }}
1+
Data last updated: {{ .Page.Lastmod.UTC | time.Format "02 January 2006 at 3:04pm UTC" }}

0 commit comments

Comments
 (0)