вижу ошибку: 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 'Asia/Omsk' for 'OMST/6.0/no DST' instead порылся в сети, нашел солюшен - установить в директиву date.timezone в php.ini нужную временную зону, сделал, раскомментил, установил Asia/Omsk, но ошибка по прежнему светиться, в пхпинфо по прежнему: date date/time support enabled "Olson" Timezone Database Version 2009.18 Timezone Database internal Warning: phpinfo() [function.phpinfo]: 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 'Asia/Omsk' for 'OMST/6.0/no DST' instead in /usr/www/wwwroot/htdocs/php.php5 on line 2 Default timezone Asia/Omsk Directive Local Value Master Value date.default_latitude 31.7667 31.7667 date.default_longitude 35.2333 35.2333 date.sunrise_zenith 90.583333 90.583333 date.sunset_zenith 90.583333 90.583333 date.timezone no value no value http://ho02.rmxnet.net/php.php5 при чем пробовал менять и директивы date.default_latitude, пхп не принимает изменения в php.ini, все что выше работает, регистр глобалс итд, но вот конкретно то что касается даты нивкакую, в чем может быть проблема?