1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.6.x] Fixed #21629 -- Added instructions for loading MySQL time zone definitions.

Thanks Aymeric for the suggestion.

Backport of d8d83777eb from master
This commit is contained in:
Tim Graham
2013-12-26 15:50:33 -05:00
parent 3bb7de8c7c
commit 62f282a265
2 changed files with 17 additions and 0 deletions

View File

@@ -649,6 +649,12 @@ Troubleshooting
>>> local.date()
datetime.date(2012, 3, 3)
4. **I get an error** "``Are time zone definitions for your database and pytz
installed?``" **pytz is installed, so I guess the problem is my database?**
If you are using MySQL, see the :ref:`mysql-time-zone-definitions` section
of the MySQL notes for instructions on loading time zone definitions.
Usage
-----