diff options
| author | Tim Graham <timograham@gmail.com> | 2013-02-10 12:58:42 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-02-10 12:58:42 -0500 |
| commit | af2bb174708e662c59f43f3f8df79e4de7411451 (patch) | |
| tree | 5ca937a25f81f7f3b9bcdd6724ddc9f2e1a0751b /docs/ref/settings.txt | |
| parent | 8ef3235034a1a7616714a5d61486dc68536f74ee (diff) | |
Added a note about the default timezone and the new project template.
Thanks JonLoy for the draft patch.
Diffstat (limited to 'docs/ref/settings.txt')
| -rw-r--r-- | docs/ref/settings.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 9a615b2d99..25818184f6 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1707,6 +1707,12 @@ Default: ``'America/Chicago'`` A string representing the time zone for this installation, or ``None``. See the `list of time zones`_. +.. note:: + Since Django was first released with the :setting:`TIME_ZONE` set to + ``'America/Chicago'``, the global setting (used if nothing is defined in + your project's ``settings.py``) remains ``'America/Chicago'`` for backwards + compatibility. New project templates default to ``'UTC'``. + Note that this isn't necessarily the time zone of the server. For example, one server may serve multiple Django-powered sites, each with a separate time zone setting. |
