﻿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
23820	Make it possible to override USE_TZ & TIME_ZONE on a per-database basis	Aymeric Augustin	Aymeric Augustin	"When integrating with a legacy database, datetimes are most often encoded in local time. This doesn't work well with projects where `USE_TZ = True`.

The configuration for each database backend should accept a `TIME_ZONE` option to enforce interpretation of datetimes stored in that database as naive values in that time zone.

Setting this option when `USE_TZ = False` could either be an error or perform a conversion to the global default `TIME_ZONE`. The latter may be too complicated to be worth the effort."	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
