﻿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
1480	Don't Set TIME_ZONE unless it is explictly needed (or put it back to how you found it)	Ian@…	jedie	"my understanding is that postgres needs the TIME_ZONE setting in order to work properly, and hence why it is in the settings.py file.

I just got bit by a nasty buy which was due to django setting/changing the timezone and then not setting it back to what it was after it was done. causing some pages to display CST and others to show PST (depending on weather the apache process had run a django request or not)

Is there a way django can either: 
a) not set the time_zone expliclty and just use whatever the system says?
b) reset it back to what it was when it finishes up the request"	defect	closed	Core (Other)		normal	fixed		philz42 Ramiro Morales Thomas Schreiber jedie bas@… Gabriel Hurley	Ready for checkin	1	0	0	0	0	0
