Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42330 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93859 invoked from network); 18 Dec 2008 12:30:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Dec 2008 12:30:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.155 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.155 smtprelay-virgin0155.hostedemail.com Received: from [64.99.136.155] ([64.99.136.155:41362] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/C1-18353-A724A494 for ; Thu, 18 Dec 2008 07:30:51 -0500 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay06.hostedemail.com (Postfix) with SMTP id 661631BF28D; Thu, 18 Dec 2008 12:30:48 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 50,0,0,660b07037d49c86c,691ff1dea13fdf9b,steph@php.net,rquadling@googlemail.com:internals@lists.php.net,RULES_HIT:152:355:379:539:540:541:542:543:567:599:601:901:945:967:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1538:1587:1593:1594:1676:1711:1714:1730:1747:1766:1792:2073:2075:2078:2393:2525:2553:2561:2564:2682:2685:2687:2857:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3350:3622:3657:3865:3867:3869:3870:3871:3872:3874:3876:3877:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4250:5007:6114:6119:6261:7653:7679:7875:7903:7904:8501:8985:9025:9388,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none Received: from foxbox (62-31-252-63.cable.ubr07.shef.blueyonder.co.uk [62.31.252.63]) (Authenticated sender: steph.fox) by omf13.hostedemail.com (Postfix) with ESMTP; Thu, 18 Dec 2008 12:30:47 +0000 (UTC) Message-ID: <00ca01c9610c$c073dbd0$3ffc1f3e@foxbox> To: , "PHP Developers Mailing List" References: <10845a340812180420w1ed3cd51lfc416d9a15b7df52@mail.gmail.com> Date: Thu, 18 Dec 2008 12:32:53 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-session-marker: 73746570682E666F78 Subject: Re: [PHP-DEV] 2008 is 1s longer than normal. From: steph@php.net ("Steph Fox") Hi Richard, > In looking at http://en.wikipedia.org/wiki/Leap_second, there have > been quite a few leap seconds - 34 since Jan 1st 1972. I make it 23, according to the info on that page... > So, if PHP isn't making any changes does this mean PHP time is 34 > seconds behind UTC? No. This would be a red herring anyway Richard, the Olson tz database used by PHP is used by several other projects too - including the GNU C library. http://en.wikipedia.org/wiki/Zoneinfo - Steph