From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: Need help fixing testcases with time-difference Date: Thu, 18 Aug 2016 15:27:54 +0200 Message-ID: References: <57B56C3D.4050705@crazy-compilers.com> <57B584DA.2040704@crazy-compilers.com> <57B5A68E.6060206@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baNMT-0006nF-0a for guix-devel@gnu.org; Thu, 18 Aug 2016 09:27:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1baNMR-0006sp-9X for guix-devel@gnu.org; Thu, 18 Aug 2016 09:27:55 -0400 Received: from mail-qk0-x235.google.com ([2607:f8b0:400d:c09::235]:36508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baNMR-0006sc-51 for guix-devel@gnu.org; Thu, 18 Aug 2016 09:27:55 -0400 Received: by mail-qk0-x235.google.com with SMTP id l2so15669029qkf.3 for ; Thu, 18 Aug 2016 06:27:55 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel 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