RE: [PHP] getdate

2002-07-11 Thread Miguel Cruz
- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 6:24 PM To: Brian V Bonini Cc: [EMAIL PROTECTED] Subject: Re: [PHP] getdate Works fine here. Are you actually in EDT? On Wed, 10 Jul 2002, Brian V Bonini wrote: Any idea why this is off by 4 hours

RE: [PHP] getdate

2002-07-11 Thread Brian V Bonini
Yes, that did the trick... Thanks!!! -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 6:20 PM To: Brian V Bonini Cc: [EMAIL PROTECTED] Subject: RE: [PHP] getdate The 'date' command-line utility reads the time zone from environment

[PHP] getdate

2002-07-10 Thread Brian V Bonini
Any idea why this is off by 4 hours? Server time zone is set correctly, %date Wed Jul 10 14:26:18 EDT 2002 but the script below returns the time as being 4 hours later then that. ? $date = getdate(); $minutes = $date['minutes']; $hours = $date['hours']; $tz=EDT;

[PHP] getdate

2002-07-10 Thread Brian V Bonini
Any idea why this is off by 4 hours? Server time zone is set correctly, %date Wed Jul 10 14:26:18 EDT 2002 but the script below returns the time as being 4 hours later then that. ? $date = getdate(); $minutes = $date['minutes']; $hours = $date['hours']; $tz=EDT;

Re: [PHP] getdate

2002-07-10 Thread Rasmus Lerdorf
Works fine here. Are you actually in EDT? On Wed, 10 Jul 2002, Brian V Bonini wrote: Any idea why this is off by 4 hours? Server time zone is set correctly, %date Wed Jul 10 14:26:18 EDT 2002 but the script below returns the time as being 4 hours later then that. ? $date =

RE: [PHP] getdate

2002-07-10 Thread Brian V Bonini
]] Sent: Wednesday, July 10, 2002 6:24 PM To: Brian V Bonini Cc: [EMAIL PROTECTED] Subject: Re: [PHP] getdate Works fine here. Are you actually in EDT? On Wed, 10 Jul 2002, Brian V Bonini wrote: Any idea why this is off by 4 hours? Server time zone is set correctly, %date Wed Jul 10