diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/timezones.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/i18n/timezones.txt b/docs/topics/i18n/timezones.txt index be4665f95c..45bf33c09b 100644 --- a/docs/topics/i18n/timezones.txt +++ b/docs/topics/i18n/timezones.txt @@ -251,6 +251,8 @@ output for computers rather than for humans. The following filters and tags, provided by the ``tz`` template tag library, allow you to control the time zone conversions. +.. highlight:: html+django + Template tags ------------- @@ -366,6 +368,8 @@ For example:: {{ value|timezone:"Europe/Paris" }} +.. highlight:: python + .. _time-zones-migration-guide: Migration guide |
