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.
Source:stackexchange.com