local time format for event

master
Ted Unangst 5 years ago
parent e3fdf87a00
commit 093d2028df

@ -43,7 +43,7 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
<p>{{ .HTPrecis }}
<p>{{ .HTML }}
{{ with .Time }}
<p>Time: {{ .StartTime.Local }}
<p>Time: {{ .StartTime.Local.Format "03:04PM EDT Mon Jan 02"}}
{{ end }}
{{ with .Place }}
<p>Location: {{ with .Url }}<a href="{{ . }}" rel=noreferrer>{{ end }}{{ .Name }}{{ if .Url }}</a>{{ end }} <a href="https://www.openstreetmap.org/?mlat={{ .Latitude }}&mlon={{ .Longitude}}" rel=noreferrer>{{ .Latitude }} {{ .Longitude }}</a>

Loading…
Cancel
Save