로딩
티스토리 데이터 처리 중입니다.

PHP Warning: Unknown: It is not safe to rely on the system's timezone settings.

 PHP Warning:  Unknown: It is not safe to rely on the system's timezone settings.

PHP로 코드를 짜다가 date 함수를 사용한다던가, grep으로 본문 내용을 검색할 때 아래와 같은 오류가 뜬다면 다음과 같이 조치하라. ...더보기 [root@ns page]# php -i | grep ^include include_path => .:/usr/share/pear:/usr/share/php => .

:/usr/share/pear:/usr/share/php PHP Warning: Unknown: It is not safe to rely on the system's timezone settings. You are *required* to use the dateone setting or the date_default_timezone_set() function.

In case you used a.....