﻿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
28829	Timezone is recognized only when provided in CamelCase	shanushaan	nobody	"Initially the settings.py had the 
    time_zone  = ""ASIA/KOLKATA""

which was not recognized by django and gave the exception
    pytz.exceptions.UnknownTimeZoneError: 'asia/kolkata'

when changed the code to 
    time_zone  = ""Asia/Kolkata"" 
it started the server fine. 


"	Uncategorized	closed	Core (Other)	1.11	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
