Browse Source

Change timezone of news on main page to local timezone

pull/40/head
Techan 10 years ago
committed by czaks
parent
commit
9e2b722db6
  1. 2
      templates/themes/basic/index.html

2
templates/themes/basic/index.html

@ -29,7 +29,7 @@
{% else %}
<em>no subject</em>
{% endif %}
<span class="unimportant"> &mdash; by {{ entry.name }} at {{ entry.time|date(config.post_date) }}</span>
<span class="unimportant"> &mdash; by {{ entry.name }} at {{ entry.time|date(config.post_date, config.timezone) }}</span>
</h2>
<p>{{ entry.body }}</p>
{% endfor %}

Loading…
Cancel
Save