[Answered ]-Django Time_Zone not saving correct values

2👍

With Windows, you have to actually change the operating system timezone to be able to reliably work:

https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-TIME_ZONE

Note

Django cannot reliably use alternate time zones in a Windows environment. If you’re running Django on Windows, TIME_ZONE must be set to match the system time zone.

👤Selcuk

Leave a comment