# tail -f chonnom.com-error_log
[Tue Jan 12 10:04:57 2016] [error] [client 211.XXX.XXX.6] 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 'Asia/Seoul' for 'KST/9.0/no DST' instead in /home/chonnom/public_html/config.php on line 24, referer: http://chonnom.com/
[Tue Jan 12 10:04:57 2016] [error] [client 211.XXX.XXX.6] 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 'Asia/Seoul' for 'KST/9.0/no DST' instead in /home/chonnom/public_html/config.php on line 25, referer: http://chonnom.com/
ÇØ´ç¶óÀÎ date() ÇÔ¼ö
$board4['time_ymd'] = date("Y-m-d", $g4['server_time']);
# vim /etc/php.ini
[Date]
......................................
date.timezone = Asia/Seoul
# /etc/init.d/httpd restart