﻿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
22590	Default Timezone Documentation Directly Contradicts Self	anonymous	nobody	"See this page:

https://docs.djangoproject.com/en/1.6/topics/i18n/timezones/

Paragraph 4 starts with:
""'''Time zone support is ''disabled'' by default'''. To enable it, set USE_TZ = True in your settings file.""

This directly contradicts the final paragraph of the answer to the first setup question, which says:
""For these reasons, '''time zone support is ''enabled'' by default''' in new projects, and you should keep it unless you have a very good reason not to.""

Checking a default settings.py file generated by Django 1.6.4, it looks like paragraph 4 is incorrect and that time zone support is enabled by default, as stated in the FAQ section."	Cleanup/optimization	closed	Documentation	1.6	Normal	worksforme			Unreviewed	0	0	0	0	1	0
