guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need help fixing testcases with time-difference


From: Vincent Legoll
Subject: Re: Need help fixing testcases with time-difference
Date: Thu, 18 Aug 2016 15:27:54 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]