Re: TIMEZONE default

2013-02-09 Thread Jonathan Loy
ing times. As a result, if the settings module doesn't contain > a TIME_ZONE setting, then you get 'America/Chicago' in order to be > backwards compatible, but when you make a new project you get the current > best-practice setting which is UTC. > > Bes

TIMEZONE default

2013-02-09 Thread Jonathan Loy
Hey everybody, Quick question. In version 1.6 why is TIME_ZONE in django.conf.global_settings set to 'America/Chicago', but in the default project template TIME_ZONE = 'UTC'? Shouldn't they be the same, and if so whic