Opened 12 years ago

Closed 12 years ago

#18366 closed Uncategorized (worksforme)

Timezones - "Time zone support is disabled by default."

Reported by: jjokin Owned by: nobody
Component: Documentation Version: 1.4
Severity: Normal Keywords: timezones
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The Timezones document states "Time zone support is disabled by default.". This doesn't seem to match reality, where time zone support is enabled by default.

Change History (1)

comment:1 by Aymeric Augustin, 12 years ago

Resolution: worksforme
Status: newclosed

See the note two lines below:

The default settings.py file created by django-admin.py startproject includes USE_TZ = True for convenience.

Note: See TracTickets for help on using tickets.
Back to Top