Requires {% load tz %}
Add {% load tz %} near the top of any template that
uses |localtime. Without it Django does not
know the name and raises TemplateSyntaxError.
Converts one aware datetime to the current time zone, regardless of the surrounding {% localtime %} setting.
Template
{% load tz %}
{{ value|localtime }}
