From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 2/3] gnu: Add pytz. Date: Sat, 25 May 2013 22:31:32 +0200 Message-ID: <51A11FA4.10803@gmail.com> References: <1369274909-7297-1-git-send-email-tipecaml@gmail.com> <1369274909-7297-3-git-send-email-tipecaml@gmail.com> <87ip29aohg.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgLOC-0006sC-QE for bug-guix@gnu.org; Sat, 25 May 2013 16:48:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgLO8-00081G-1B for bug-guix@gnu.org; Sat, 25 May 2013 16:48:32 -0400 In-Reply-To: <87ip29aohg.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: =?UTF-8?B?THVkb3ZpYyBDb3VydMOocw==?= Cc: bug-guix@gnu.org On 05/23/2013 02:07 PM, Ludovic Courtès wrote: > Does it include IANA’s raw tzdata, or does it use libc’s routines? (The > version number makes me think it’s the former.) > According to python.org: "The standard library has no tzinfo instances, but there exists a third-party library which brings the IANA timezone database (also known as the Olson database) to Python: pytz." Cyril.