20👍
✅
Correct timezone name (from tz database) for Florida is “America/New_York”, simply put that into your TIME_ZONE
setting instead of “America/Chicago”
0👍
Here is a list of time zones along with their string values:
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Setting it to America/New_York
will cover most eastern states. Refer to the wikipedia for a list of all possible options.
- How can i bulk create in django rest serializer
- Django: [email protected] in admin
- Configure Django-rest
- How to set form field value – django
Source:stackexchange.com