Change timezone of news on main page to local timezone
This commit is contained in:
parent
4cc8a0a8b0
commit
9e2b722db6
@ -29,7 +29,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<em>no subject</em>
|
<em>no subject</em>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span class="unimportant"> — by {{ entry.name }} at {{ entry.time|date(config.post_date) }}</span>
|
<span class="unimportant"> — by {{ entry.name }} at {{ entry.time|date(config.post_date, config.timezone) }}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<p>{{ entry.body }}</p>
|
<p>{{ entry.body }}</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user