Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44975 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56183 invoked from network); 15 Jul 2009 10:29:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2009 10:29:03 -0000 Authentication-Results: pb1.pair.com header.from=jorton@redhat.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jorton@redhat.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain redhat.com designates 66.187.237.31 as permitted sender) X-PHP-List-Original-Sender: jorton@redhat.com X-Host-Fingerprint: 66.187.237.31 mx2.redhat.com Linux 2.6 Received: from [66.187.237.31] ([66.187.237.31:45306] helo=mx2.redhat.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/82-57267-E6FAD5A4 for ; Wed, 15 Jul 2009 06:29:03 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6FAT0hJ026972; Wed, 15 Jul 2009 06:29:00 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6FASxCP007942; Wed, 15 Jul 2009 06:28:59 -0400 Received: from turnip.manyfish.co.uk (vpn-12-76.rdu.redhat.com [10.11.12.76]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n6FASwGP010615; Wed, 15 Jul 2009 06:28:59 -0400 Received: from jorton by turnip.manyfish.co.uk with local (Exim 4.69) (envelope-from ) id 1MR1jN-0004Pm-KY; Wed, 15 Jul 2009 11:28:57 +0100 Date: Wed, 15 Jul 2009 11:28:57 +0100 To: derick@php.net, internals@lists.php.net Message-ID: <20090715102857.GA3998@redhat.com> Mail-Followup-To: derick@php.net, internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Organization: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 03798903 Directors: Michael Cunningham (USA), Brendan Lane (Ireland), Matt Parson (USA), Charlie Peters (USA) X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 Subject: date extension timezonedb generation From: jorton@redhat.com (Joe Orton) Derick, do you make available the scripts used to generate timezonedb.h? Are you using the location co-ordinates from zone.tab in the "Olson" database? The data seems to mostly match up, though I noticed that the data shipped by PHP has Europe/London at: lat 51.50833 long 0.12527 whereas the current "Olson" data has it at: lat 51.50833 long -0.12528 aka +513030-0000731 in zone.tab - West of the meridian, not East. Regards, Joe