From 093d2028dfc874c349d3cdcb39bd7ae7991a6e41 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 2 Oct 2019 21:04:44 -0400 Subject: [PATCH] local time format for event --- views/honk.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/honk.html b/views/honk.html index 9af2a88..f127b3e 100644 --- a/views/honk.html +++ b/views/honk.html @@ -43,7 +43,7 @@ in reply to: {{ .RID }}

{{ .HTPrecis }}

{{ .HTML }} {{ with .Time }} -

Time: {{ .StartTime.Local }} +

Time: {{ .StartTime.Local.Format "03:04PM EDT Mon Jan 02"}} {{ end }} {{ with .Place }}

Location: {{ with .Url }}{{ end }}{{ .Name }}{{ if .Url }}{{ end }} {{ .Latitude }} {{ .Longitude }}