UTC in templates

This commit is contained in:
gutmet 2020-10-29 13:16:18 +01:00
parent a0581eec7e
commit 53f0d92176

View File

@ -110,7 +110,7 @@ var defaultTemplate string = `<!DOCTYPE html>
{{if .Time}}
<div class="time">
{{.Time}}
{{.Time}} UTC
</div>
{{end}}
@ -209,7 +209,7 @@ var bsStarterTemplate string = `
{{if .Time}}
<div class="time">
{{.Time}}
{{.Time}} UTC
</div>
{{end}}