From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Re: Need help fixing testcases with time-difference Date: Thu, 18 Aug 2016 17:17:49 +0200 Message-ID: <57B5D19D.70304@crazy-compilers.com> References: <57B56C3D.4050705@crazy-compilers.com> <8760qyyyso.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baP4t-0006kx-Tq for guix-devel@gnu.org; Thu, 18 Aug 2016 11:17:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1baP4q-0000gx-If for guix-devel@gnu.org; Thu, 18 Aug 2016 11:17:55 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:43821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baP4q-0000gd-CO for guix-devel@gnu.org; Thu, 18 Aug 2016 11:17:52 -0400 In-Reply-To: <8760qyyyso.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> 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: Marius Bakke , guix-devel Hi, > I think you need to tell it where to find timezone data as well. Try > adding a phase like this: > > (add-before 'check 'set-tzdir > (lambda* (#:key inputs #:allow-other-keys) > (setenv "TZDIR" > (string-append (assoc-ref inputs "tzdata") > "/share/zoneinfo")) > #t)) This was what I've been searching for and this did the trick! Thanks a lot! You are great! -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |