summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/root.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/root.tmpl b/template/root.tmpl
index f928472..831ac72 100644
--- a/template/root.tmpl
+++ b/template/root.tmpl
@@ -77,5 +77,5 @@
{{end}}
{{define "time" -}}
-<time datetime="{{.Format "2006-01-02 15:04"}}">{{.Format "2 January 2006"}}</time>
+<time datetime="{{.Format "2006-01-02T15:04:05Z07:00"}}">{{.Format "2 January 2006"}}</time>
{{- end}}