Open callmewind opened 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
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