#4505: Docs should mention that time zones on the pgSQL timezone table are space
separated
--------------------------------------------------------------------+-------
Reporter: Guilherme M. Gondim (semente) <[EMAIL PROTECTED]> |
Owner: adrian
Status: closed |
Component: Documentation
Version: SVN |
Resolution: invalid
Keywords: |
Stage: Design decision needed
Has_patch: 0 |
Needs_docs: 0
Needs_tests: 0 |
Needs_better_patch: 0
--------------------------------------------------------------------+-------
Comment (by Guilherme M. Gondim (semente) <[EMAIL PROTECTED]>):
Replying to [comment:5 mtredinnick]:
> The PostgreSQL documentation, in the very last line before the table
referenced, explains that there is more than one timezone per line and our
settings documentation (for TIME_ZONE) also documents that. If people
aren't going to read the existing documentation, creating new
documentation won't help the situation.
That is true, but in settings.py we have:
{{{
# 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'
}}}
Why not toggle the link to
http://www.djangoproject.com/documentation/settings/#time-zone and add
choices in more legible format?
Thanks!
--
Ticket URL: <http://code.djangoproject.com/ticket/4505#comment:6>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---