Y
Hacker News
new
|
ask
|
show
|
jobs
by
throw0101a
308 days ago
"settings.py" is your local configuration. The global default is still Chicago:
*
https://github.com/django/django/blob/main/django/conf/globa...
1 comments
echoangle
308 days ago
settings.py is automatically generated when creating a new project and overrides this global default. If you create a new django project and run it, it uses UTC.
link