|timezone Filter

converts a datetime to a given time zone.

Date and Time As Markdown

Argument
tz (required)
Requires
{% load tz %}

Documentation

Converts one aware datetime to the time zone you name.

Template

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

The single-value counterpart to {% timezone %}, for a page that shows one row in a different zone from the rest.

More Date and Time Filters

All Date and Time Filters


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

Send Feedback

Official Documentation
This page last updated on August 20, 2026