Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26037 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13678 invoked by uid 1010); 12 Oct 2006 15:42:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13663 invoked from network); 12 Oct 2006 15:42:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2006 15:42:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.94.239.5 cause and error) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from [82.94.239.5] ([82.94.239.5:50210] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/F1-22864-8626E254 for ; Thu, 12 Oct 2006 11:42:34 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id k9CFgTx3025490; Thu, 12 Oct 2006 17:42:30 +0200 Date: Thu, 12 Oct 2006 17:42:15 +0200 (CEST) X-X-Sender: derick@localhost To: Richard Quadling cc: php internals LIST In-Reply-To: <10845a340610120756p1c56acc4y5405717273a1c345@mail.gmail.com> Message-ID: References: <10845a340610120756p1c56acc4y5405717273a1c345@mail.gmail.com> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Default long/lat. Why? From: derick@php.net (Derick Rethans) On Thu, 12 Oct 2006, Richard Quadling wrote: > Probably a daft question, but why are the default long/lat set as > > #define DATE_DEFAULT_LATITUDE "31.7667" > #define DATE_DEFAULT_LONGITUDE "35.2333" > > Looks like the middle of the Atlantic Ocean. yeah, i was surprised by this as well... but for bc reasons I had to keep it in the reimplementation of the date stuff. Might kick it out in PHP 6 :) regards, Derick