Neil Saunders wrote:
> Hi Robin,
> 
> Thanks for your reply. The times are exactly synchronized. I'm looking
> at the date section in the output of phpinfo(), and get the following:
> 
> Development: 
> Default timezone      Europe/London

> Production:
> Default timezone      UTC

Could this be the problem? UTC = GMT +0, Europe/London = GMT in winter
and BST (GMT+1) in summer.. Could the date you are using flip over the
boundary and give you weird results? You are exactly 1 hour out afterall....

Try using a test date from January or February and I'll bet you don't
get those problems.....

Col.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to