I have date.timezone set, as shown in the phpinfo() output:

portfolio:Downloads tamara$ php -r 'phpinfo();' | grep 'timezone'
Default timezone => America/Chicago
date.timezone => 'America/Chicago' => 'America/Chicago'

Yet, when I call a function like strtotime(), i still get the Strict warning about not having date.timezone set. (Yes, I have restarted the server, twice, and the correct value shows up if I invoke phpinfo() via the server.)

Any clues?



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

Reply via email to