Develop/PHP

[PHP] date 함수 사용시 경고..

시크라기 2012. 8. 7. 11:22

Warning: date() [function.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.


위와 같은 경고가 뜬다면.. 


php.ini 파일에서 date.timezone을 설정해주면됨.


주석 제거를 한 후 asia/seoul을 입력해주고 서버 재시작.


date.timezone=asia/seoul