I have spent several hours searching and have been unable to determine what the TIME_ZONE syntax should be. I am currently in Mexico.
Asked
Active
Viewed 875 times
0
-
Possible duplicate of [Python - Pytz - List of Timezones?](http://stackoverflow.com/questions/13866926/python-pytz-list-of-timezones) – rnevius Mar 30 '16 at 04:45
1 Answers
4
You can specify Mexican time zone as TIME_ZONE = 'America/Mexico_City'
.
Please refer this link for more information on pytz timezones.

Ashique PS
- 691
- 1
- 12
- 26