Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:226 php.qa:10457 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65321 invoked from network); 24 Mar 2003 19:12:15 -0000 Received: from unknown (HELO vckyb3.nw.wakwak.com) (211.9.231.144) by pb1.pair.com with SMTP; 24 Mar 2003 19:12:15 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135:25]) by vckyb3.nw.wakwak.com (Postfix) with ESMTP id 2F08A3FE15; Tue, 25 Mar 2003 04:12:14 +0900 (JST) Received: from at.wakwak.com (z207.219-103-235.ppp.wakwak.ne.jp [219.103.235.207]) by at.wakwak.com (8.12.8/8.12.8/2003-03-04) with SMTP id h2OJCD9r082516; Tue, 25 Mar 2003 04:12:13 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Date: Tue, 25 Mar 2003 04:14:53 +0900 X-Mailer: EdMax Ver2.85.3F MIME-Version: 1.0 To: "David Hill (php.net)" Cc: "Php-Qa" , Message-ID: <20030325041453Z'81NF@at.wakwak.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In-Reply-To: <004901c2f237$16f6eec0$e3008d10@little1> References: <004901c2f237$16f6eec0$e3008d10@little1> Subject: Re: [PHP-DEV] Picky about TZ dates... From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) Choosy OS.. It seems like a valid fix for me. Moriyoshi "David Hill \(php.net\)" wrote: > Hi all, > It would seem that Tru64 is pickier about the TZ setting than the rest of the known universe. According to our local TZ expert (who can quote chapter and verse from the UNIX 98 standard) a TZ of GMT is not proper, and GMT0 is (again despite the fact that every other platform seems to have no problem with it) On all of the machines flavors I have to try, GMT0 works. > > This pickyiness causes 3 test "failures" for me. > > The affected tests in php5 are: > ./ext/standard/tests/time/002.phpt: putenv ("TZ=GMT"); > ./ext/standard/tests/time/idate.phpt:putenv ("TZ=GMT"); > ./ext/standard/tests/time/mktime.phpt: 'GMT', > > Unless I hear of any negatives, I would like to change these to GMT0 so I can concentrate on the real bugs. > > Dave >