Revision history [back]
Answered my own question.
The default settings.py
file created by django-admin.py
(at least in django 1.5) sets USE_TZ
to True
.
Just set USE_TZ
to False
, or simply remove it from the settings file, since in the absence of a directive the value is assumed to be False
.