templates/ansi-status.tmpl
changeset 120 54b6f2a4098b
parent 95 4b80a5396961
child 124 20d514540f37
--- a/templates/ansi-status.tmpl	Thu May 11 18:05:06 2017 +0200
+++ b/templates/ansi-status.tmpl	Thu May 11 18:05:06 2017 +0200
@@ -1,12 +1,12 @@
 - Status ID: {{color "red"}}{{printf "%.0f" .id}}{{color "reset"}}  {{color "magenta"}}@{{.account.acct}}{{color "reset"}}
   Name: {{color ",,bold"}}{{.account.display_name}}{{color "reset"}}
-  Date: {{.created_at}}
+  Date: {{.created_at | tolocal}}
   URL: {{.url}}
 {{- if .reblog }}{{with .reblog}}
   {{color ",,bold"}}Reblogged from: {{color "magenta"}}@{{.account.acct}}{{color "reset"}}
     ID: {{printf "%.0f" .id}}
     Name: {{color ",,bold"}}{{.account.display_name}}{{color "reset"}}
-    Date: {{.created_at}}
+    Date: {{.created_at | tolocal}}
 {{- if gt .in_reply_to_id 0.0}}
     Replying to: {{printf "%.0f" .in_reply_to_id}}{{end}}
 {{- if .sensitive}}