Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19532 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16787 invoked by uid 1010); 9 Oct 2005 12:06:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16772 invoked from network); 9 Oct 2005 12:06:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2005 12:06:04 -0000 X-Host-Fingerprint: 212.55.154.25 relay5.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.25:51355] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id EB/D0-54476-BA709434 for ; Sun, 09 Oct 2005 08:06:03 -0400 Received: (qmail 15528 invoked from network); 9 Oct 2005 12:06:00 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.206) by relay5 with SMTP; 9 Oct 2005 12:06:00 -0000 Received: (qmail 26475 invoked from network); 9 Oct 2005 12:06:00 -0000 X-AntiVirus: PTMail-AV 0.3.87 X-Virus-Status: Clean (0.22432 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.153.144]) (envelope-sender ) by mta11 (qmail-ldap-1.03) with SMTP for ; 9 Oct 2005 12:06:00 -0000 Message-ID: <005901c5ccc9$cff6d4c0$0100a8c0@pc07653> To: "Lukas Smith" , "Derick Rethans" Cc: "Ilia Alshanetsky" , "Zeev Suraski" , "Christian Stocker" , References: <5.1.0.14.2.20051008152435.09df8390@localhost> <5.1.0.14.2.20051008152435.09df8390@localhost> <5.1.0.14.2.20051008155416.09e525c0@localhost> <4347DEE0.8080808@prohost.org> <434815A8.2050507@php.net> <434887CC.7060901@php.net> Date: Sun, 9 Oct 2005 13:05:57 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Re: [PHP-DEV] Timezone stuff - conclusion From: nlopess@php.net ("Nuno Lopes") > Derick Rethans wrote: > >> You don't need this, as there is: >> http://no.php.net/date_default_timezone_set > > cool .. > > now we only need to get the list of possible legal TZ's documented (or > linked from the docs) .. atleast I do not see it yet (but it might be just > me not seeing it at 5 am after coming home from a party .. just had too > much time thinking on the bike ride home). Derick added that yesterday. While the manual isn't rebuilt, take a look at http://livedocs.phpdoc.info/index.php?l=en&q=timezones This page is linked from the date_default_timezone_set() page. Nuno