{% timezone %} Tag

renders a block in a specific time zone.

Date and Time As Markdown

Argument(s)
tzinfo_or_none
Closing tag
Required — {% endtimezone %}
Requires
{% load tz %}

Documentation

Renders everything inside it in the given time zone, whatever the current one is.

Template

{% load tz %}
{% timezone "America/Chicago" %}
  {{ event.starts_at }}
{% endtimezone %}

Pass None to fall back to the default time zone.

More Date and Time Tags

All Date and Time Tags


Did we get something wrong? Is there a use case for the timezone tag that we should add? Please let us know.

Send Feedback

Official Documentation
This page last updated on August 20, 2026