From 9e2b722db6784226b1394ddf957aa9a4a16ac9a9 Mon Sep 17 00:00:00 2001 From: Techan Date: Tue, 1 Apr 2014 21:14:12 +0200 Subject: [PATCH] Change timezone of news on main page to local timezone --- templates/themes/basic/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/themes/basic/index.html b/templates/themes/basic/index.html index 538ff95f..3376a68f 100644 --- a/templates/themes/basic/index.html +++ b/templates/themes/basic/index.html @@ -29,7 +29,7 @@ {% else %} no subject {% endif %} - — by {{ entry.name }} at {{ entry.time|date(config.post_date) }} + — by {{ entry.name }} at {{ entry.time|date(config.post_date, config.timezone) }}

{{ entry.body }}

{% endfor %}