{% extends "base.html" %} {% block title %} - Timezones{% endblock %} {% block content %}

Current UTC time: {{ now|date:"Y/m/d" }} {{ now|time:"H:i:s" }}

{% for z in zones %} {% endfor %}
#ZoneOffsetCurrent time
#{{ forloop.counter }} {{ z.zone }}{{ z.offset }}{{ z.now|date:"Y/m/d" }} {{ z.now|time:"H:i:s" }}
{% endblock %}