SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.39k stars 319 forks source link

AmbiguousTimeError on DST transition #481

Open callmewind opened 7 years ago

callmewind commented 7 years ago

This weekend our django app has been failing during DST transition. The cluprit seems to be in this line in utils.py: https://github.com/SmileyChris/easy-thumbnails/blob/master/easy_thumbnails/utils.py#L158

Documentation in django latest versions says it is necessary to pass a third parameter to make_aware during DST transitions, otherwise it throws an exception https://docs.djangoproject.com/en/1.11/ref/utils/#django.utils.timezone.make_aware