Проблема с date.timezone

KorP

Новичок
Имеем - PHP 5.3.3 на linux машине, пытаюсь прикрутить phpшный мониторинг машины, так вот он при запуске скрипта из консоли постоянно валит ошибками
Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Moscow' for 'MSK/3.0/no DST' instead in /var/www/localhost/htdocs/cacti/lib/poller.php on line 337

PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Moscow' for 'MSK/3.0/no DST' instead in /var/www/localhost/htdocs/cacti/lib/functions.php on line 478

в php.ini всё прописано как надо - date.timezone = "Europe/Moscow", в phpinfo() соответственно так же вижу правильные значения - date.timezone Europe/Moscow Europe/Moscow
от чего ругань то?
 
Сверху