* Thus wrote PHP Webmaster ([EMAIL PROTECTED]):
>
> "Jon Kriek" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > putenv('TZ=Europe/London');
> >
> > OR
> >
> > putenv('TZ=GMT');
> >
> > --
> > Jon Kriek
> > http://phpfreaks.com
> >
> > "Php Webmaster" <[EMAIL PROTECTED]> wrote in
"Jon Kriek" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> putenv('TZ=Europe/London');
>
> OR
>
> putenv('TZ=GMT');
>
> --
> Jon Kriek
> http://phpfreaks.com
>
> "Php Webmaster" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > I'm in London and and my timezone is GM
putenv('TZ=Europe/London');
OR
putenv('TZ=GMT');
--
Jon Kriek
http://phpfreaks.com
"Php Webmaster" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I'm in London and and my timezone is GMT, so what should I use?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, v
"Jon Kriek" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Well I meant just
>
> putenv('TZ=US/Eastern');
>
> But you get the idea.
>
> --
> Jon Kriek
> http://phpfreaks.com
>
> "Jon Kriek" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > See the putenv() function.
Well I meant just
putenv('TZ=US/Eastern');
But you get the idea.
--
Jon Kriek
http://phpfreaks.com
"Jon Kriek" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> See the putenv() function. For example to get the correct Eastern Standard
> Time
>
> http://www.php.net/putenv
>
>
See the putenv() function. For example to get the correct Eastern Standard
Time
http://www.php.net/putenv
--
Jon Kriek
http://phpfreaks.com
"Php Webmaster" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all,
>
> I currently use:
>
> date("l jS F Y, g:i A");
>
> To format the
Sounds like your server is set to GMT, that is, if you are located in PDT timezone.
Warren Vail
-Original Message-
From: PHP Webmaster [mailto:[EMAIL PROTECTED]
Sent: Monday, September 29, 2003 4:23 PM
To: [EMAIL PROTECTED]
Subject: [PHP] date() is hours behind
Hi all,
I currently use:
7 matches
Mail list logo