From owner-freebsd-questions Tue Dec 24 7:21:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C21537B401 for ; Tue, 24 Dec 2002 07:21:14 -0800 (PST) Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C67A943EC5 for ; Tue, 24 Dec 2002 07:21:13 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from DaleCoportable [12.145.236.164] by mail.gbronline.com (SMTPD32-7.13) id AAC083D0025C; Tue, 24 Dec 2002 09:18:24 -0600 Message-ID: <00ee01c2ab5f$b696bc90$a4ec910c@DaleCoportable> From: "Kevin D. Kinsey, DaleCo, S.P." To: Cc: References: <20021224094126.K20887-100000@malkav.snowmoon.com> Subject: Re: PHP port bug? Date: Tue, 24 Dec 2002 09:18:27 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: Subject: PHP port bug? > I think that I have found a problem with installing the mod_php4 > port. It has not set the time zone correctly for me for quite some time. > Consider the following: > >
>  echo "GMT:   " . gmdate( "D, j M Y H:i:s" ) . "
"; > echo "Local: " . date( "D, j M Y H:i:s" ) . "
"; > echo "Z: " . date( "Z" ) . "
"; > echo "O: " . date( "O" ) . "
"; > echo "T: " . date( "T" ) . "
"; > echo "Env: " . getenv("TZ"); > ?> >
> > > Can anyone else even reproduce this error? Not presently..... GMT: Tue, 24 Dec 2002 15:14:40 Local: Tue, 24 Dec 2002 09:14:40 Z: -21600 O: -0600 T: CST Env: X-Powered-By PHP 4.2.3 $uname -a FreeBSD micah.daleco.biz 4.7-STABLE FreeBSD 4.7-STABLE #1: Sun Nov 24 20:32:43 CST 2002 kdkin@micah.daleco.biz:/usr/obj/usr/src/sys/GENERIC i386 Kevin Kinsey DaleCo, S.P. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message