On Feb 6, 2008 6:13 AM, Martin Marques <[EMAIL PROTECTED]> wrote:
> I got an update from tzdata on a Debian server due to a daylight saving
> change here in Argentina.
>
> The problem is that, even when the system sees the correct time, php
> keeps giving me the *old* hour.
>
> $ date
> miƩ feb  6 09:03:57 ARST 2008
> $ echo "<?php echo date('H:i') . \"\n\"; ?>"|php5
> 08:04
>
> What can my problem be?
>
>
> BTW, I did a useless reboot (I knew it wouldn't help at all, but I did
> it anyway).
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

There was a discussion on internals a while ago about this problem
that explains why this is:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg32935.html

Reply via email to