I am planning to set TIME_ZONE = 'UTC' in settings.py. This will, to my understanding, store all date time in MYSQL db in utc. I do not have to do anything on MYSQL side.
To display I plan to use pytz to convert utc date and date times to user's timezone. I already have the user's timezone in pytz/olsen format. Anyone sees any issues with this approach or things I need to be careful about. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---