easier to comprehend timestamps in local time
This commit is contained in:
parent
bd4c2f1114
commit
c65526ef41
|
@ -2,6 +2,8 @@ changelog
|
||||||
|
|
||||||
-- next
|
-- next
|
||||||
|
|
||||||
|
+ Timestamps displayed in server time with TZ.
|
||||||
|
|
||||||
+ Version string in binary.
|
+ Version string in binary.
|
||||||
|
|
||||||
++ Make it easier to upgrade by decoupling data dir from ".".
|
++ Make it easier to upgrade by decoupling data dir from ".".
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<a href="{{ .Honker }}" rel=noreferrer>{{ .Username }}</a>
|
<a href="{{ .Honker }}" rel=noreferrer>{{ .Username }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<span class="clip"><a href="{{ .URL }}" rel=noreferrer>{{ .What }}</a> {{ .Date.Format "02 Jan 2006 15:04" }}</span>
|
<span class="clip"><a href="{{ .URL }}" rel=noreferrer>{{ .What }}</a> {{ .Date.Local.Format "02 Jan 2006 15:04 -0700" }}</span>
|
||||||
{{ if .Oonker }}
|
{{ if .Oonker }}
|
||||||
<br>
|
<br>
|
||||||
<span style="margin-left: 1em;" class="clip">
|
<span style="margin-left: 1em;" class="clip">
|
||||||
|
|
Loading…
Reference in New Issue