mirror of
https://github.com/django/django.git
synced 2025-03-30 19:20:44 +00:00
During the autumn DST change, the template engine would fail to convert the naive representation of now when USE_TZ = True. Passing now in UTC eliminates the issue. Thanks mbertheau and tricoder42. Refs #23714.