Avanege
Мой дом здесь!
- Регистрация
- 17 Ноя 2012
- Сообщения
- 201
- Реакции
- 226
- Автор темы
- #1
Ребята, подскажите как решить проблему с:
В php.ini (CGI) прописан
Код:
Warning: strtotime() [function.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/4.0/no DST' instead in /var/www/podium/data/www/podium.su/api/Design.php on line 273
В php.ini (CGI) прописан
Код:
;Simpla
date_default_timezone_set('Europe/Moscow');
date.timezone = "Europe/Moscow";