Skip to content

Commit

Permalink
Fixed #2315 -- Clarified that the available PostgreSQL timezone optio…
Browse files Browse the repository at this point in the history
…ns may

provide more options than are strictly available. This is probably the best we
can do for such a varied area of standardisation.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4678 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Mar 8, 2007
1 parent a89b51b commit acc9a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django/conf/project_template/settings.py
Expand Up @@ -16,8 +16,9 @@
DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.

# Local time zone for this installation. All choices can be found here:
# Local time zone for this installation. Choices can be found here:
# http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE
# although not all variations may be possible on all operating systems.
# If running in a Windows environment this must be set to the same as your
# system time zone.
TIME_ZONE = 'America/Chicago'
Expand Down

0 comments on commit acc9a95

Please sign in to comment.