local time

This commit is contained in:
Ted Unangst 2020-05-14 23:40:06 -04:00
parent 040dc26a4d
commit d2e6507a0b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ chatter: {{ .Target }}
{{ end }}
<div class="chat">
<p>
<span class="chatstamp">{{ .Date.Format "15:04" }} {{ .Handle }}:</span>
<span class="chatstamp">{{ .Date.Local.Format "15:04" }} {{ .Handle }}:</span>
{{ .HTML }}
</div>
{{ end }}