In my settings.py I use America/Chicago as my default TIME_ZONE variable. I am going to update to django 1.4 soon. As a MySql user, I would like to know if there is anything I need to know before the upgrade.
The reason for upgrading to 1.4 is, of course, the timezone support that django 1.4 offers and it is very essential to what I am doing at the moment. I noticed that MySQL timestamp objects are not in UTC format (my models all use DateTimeField()).
What am I supposed to do?