[Answered ]-How to get rid of pytz UnknownTimeZoneError in my Django logs?

1👍

Django 4 disables time zones by default. According to this, you should set USE_TZ to True to enable it. Django 5 will enable it by default.
See also USE_TZ for more info about this setting and links to related settings.

0👍

You are using linux timezone format on Windows server. Here is mapping

👤stahh

Leave a comment