[Answered ]-Django – Differences in System date and Django Template Tag date

2👍

Most likely it’s a mismatch between your Django TIME_ZONE setting and your server time zone. If you want Django to use your server’s time zone, set TIME_ZONE = None

Leave a comment