Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:223 php.qa:10456 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58742 invoked from network); 24 Mar 2003 18:56:39 -0000 Received: from unknown (HELO gateway.zk3.dec.com) (206.152.163.42) by pb1.pair.com with SMTP; 24 Mar 2003 18:56:39 -0000 Received: by gateway.zk3.dec.com; (5.65v4.0/1.3/10May95) id AA30746; Mon, 24 Mar 2003 13:56:39 -0500 Received: from little1 by lead.zk3.dec.com (8.12.1/1.1.20.3/27Apr99-0346PM) id h2OIucVL102166; Mon, 24 Mar 2003 13:56:38 -0500 (EST) Message-ID: <004901c2f237$16f6eec0$e3008d10@little1> To: "Php-Qa" , Date: Mon, 24 Mar 2003 13:56:33 -0500 Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0046_01C2F20D.2D974460" X-Priority: 3 X-Msmail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Picky about TZ dates... From: ddhill@php.net ("David Hill \(php.net\)") ------=_NextPart_000_0046_01C2F20D.2D974460 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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.=20 The affected tests in php5 are: ./ext/standard/tests/time/002.phpt: putenv ("TZ=3DGMT"); ./ext/standard/tests/time/idate.phpt:putenv ("TZ=3DGMT"); ./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 ------=_NextPart_000_0046_01C2F20D.2D974460--