#1977: Misleading timezone advice in settings.py
-----------------------------+----------------------------------------------
Reporter: Joeboy | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: django-admin.py | Version: SVN
Severity: normal | Keywords: timezone datetime
-----------------------------+----------------------------------------------
The boilerplate settings.py contains the following advice:
# Local time zone for this installation. All choices can be found here:
# http://www.postgresql.org/docs/current/static/datetime-keywords.html#
DATETIME-TIMEZONE-SET-TABLE
I looked at that list and naively set my timezone to 'Europe/London GB GB-
Eire'. Consequently my (mysql) database lookups broke in a confusing way.
Setting it to just 'Europe/London' instead fixed the problem.
Cheers.
--
Ticket URL: <http://code.djangoproject.com/ticket/1977>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---