From 53f0d92176381ed3157dabd0e9c859c9a356bc0b Mon Sep 17 00:00:00 2001 From: gutmet Date: Thu, 29 Oct 2020 13:16:18 +0100 Subject: [PATCH] UTC in templates --- initer/templates.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initer/templates.go b/initer/templates.go index dc608c9..5866573 100644 --- a/initer/templates.go +++ b/initer/templates.go @@ -110,7 +110,7 @@ var defaultTemplate string = ` {{if .Time}}
-{{.Time}} +{{.Time}} UTC
{{end}} @@ -209,7 +209,7 @@ var bsStarterTemplate string = ` {{if .Time}}
-{{.Time}} +{{.Time}} UTC
{{end}}