date(): It is not safe to rely on the system's timezone settings. 에러

2014. 2. 25. 10:14OS/리눅스

반응형

[Tue Feb 25 10:08:31 2014] [error] [client xxxxxxxxxxxx] 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/xe/cacti/include/global_arrays.php on line 677, referer: http://xxxxxxxxxx/cacti/graph_view.php?action=tree&tree_id=1&leaf_id=7


웹서버의 시간대(timezone) 설정이 되지 않아서 한국(서울) 시간대로 알아서 골랐으니, data.timezone 설정을 하거나 date_default_timezone_set 함수를 써 달라는 내용이다. php 설정 파일인 php.ini에서 data.timezone을 바꿀 수 있다.

[Date]

; Defines the default timezone used by the date functions

; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone

;date.timezone = Asia/Seoul


Asia/Seoul 부분이 주석처리가 되어있는데 주석부분을 제거하면 에러가 사라진다.

반응형

'OS > 리눅스' 카테고리의 다른 글

zabbix 소스설치 (2.2.2)  (0) 2014.03.03
ntop 소스설치  (0) 2014.02.25
접속방지  (0) 2014.01.24
각 포트별 서비스  (0) 2014.01.24
shell 종류와 변경  (0) 2014.01.24