Miguel Cruz wrote:
> 
> In short, I believe it's an OS rather than a PHP thing.
> 

time zones can be a messy and tricky beast.  all the PHP functions rely on 
the underlying OS implementation of time zone information.  sometimes this 
is controlled by the TZ environment variable, sometimes it is not.

my solution was to extract as much info as reasonable from the zoneinfo 
database and manipulate it in PHP directly.  the solution is not perfect, 
but is probably the best that can be done without more PHP access to the 
underlying zoneinfo implementation.

my code (with all the time zone data & zone IDs) is in PEAR:
http://pear.php.net/package-info.php?pacid=57


thanks,
baba


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

Reply via email to