﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30643	Docs incorrectly state that time zone support is disabled by default.	terminator14	nobody	"In [https://github.com/django/django/blob/master/docs/topics/i18n/timezones.txt timezones.txt], it says:

{{{
Time zone support is disabled by default. To enable it, set :setting:`USE_TZ =
True <USE_TZ>` in your settings file. 
}}}

and immediately after that, it says:

{{{
The default :file:`settings.py` file created by :djadmin:`django-admin
    startproject <startproject>` includes :setting:`USE_TZ = True <USE_TZ>`
    for convenience.
}}}

which implies it's enabled by default.
This is either wrong, or confusing.

I just tested django 2.2.3, and the default settings.py does indeed say ""USE_TZ = True""."	Bug	closed	Documentation	dev	Normal	duplicate			Unreviewed	0	0	0	0	0	0
