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 %} {% else %}
<em>no subject</em> <em>no subject</em>
{% endif %} {% 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> </h2>
<p>{{ entry.body }}</p> <p>{{ entry.body }}</p>
{% endfor %} {% endfor %}

Loading…
Cancel
Save