Probably a long shot, but... Maybe you can try the following: change line 158 of tests/file_storage/tests.py:
now_in_algiers = timezone.make_aware(datetime.now()) into now_in_algiers = timezone.make_aware(datetime.now(), is_dst=False) and see if this changes the outcome... -- Vincent Legoll