niwinz / django-jinja

Simple and nonobstructive jinja2 integration with Django.
http://niwinz.github.io/django-jinja/latest/
BSD 3-Clause "New" or "Revised" License
363 stars 102 forks source link

How to format dateTimeFiled with TIME_ZONE in template #176

Closed zdianjiang closed 8 years ago

zdianjiang commented 8 years ago

Hi,

I config TIME_ZONE in django project settings But not work with jinja template.

How to slove it?

Thanks!