﻿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
17009	New version caused ValueError: Incorrect timezone setting: GMT-8	fangzhouxing@…	nobody	"I use Ubuntu 8.04. I have found the source code in `/usr/lib/python2.5/site-packages/django/conf/__init__.py` has changed since version 1.2.3 and caused this problem. The following code is added by version 1.3.0:

{{{
 zoneinfo_root = '/usr/share/zoneinfo'
            if (os.path.exists(zoneinfo_root) and not
                    os.path.exists(os.path.join(zoneinfo_root, *(self.TIME_ZONE.split('/'))))):
                raise ValueError(""Incorrect timezone setting: %s"" % self.TIME_ZONE)

}}}"	Bug	closed	Uncategorized	1.3	Normal	invalid	timezone		Unreviewed	0	0	0	0	0	0
