diff --git a/docs/changelog.txt b/docs/changelog.txt
index 08c1e43..d5786dc 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -2,6 +2,8 @@ changelog
-- next
++ Timestamps displayed in server time with TZ.
+
+ Version string in binary.
++ Make it easier to upgrade by decoupling data dir from ".".
diff --git a/views/honk.html b/views/honk.html
index b2ae416..61e4e74 100644
--- a/views/honk.html
+++ b/views/honk.html
@@ -25,7 +25,7 @@
{{ else }}
{{ .Username }}
{{ end }}
-{{ .What }} {{ .Date.Format "02 Jan 2006 15:04" }}
+{{ .What }} {{ .Date.Local.Format "02 Jan 2006 15:04 -0700" }}
{{ if .Oonker }}