Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- jQuery
- Postfix
- 한글 깨짐
- install
- Python
- Selectbox
- docker
- MySQL
- mariadb
- 천단위
- Oracle
- i18n
- RabbitMQ
- replace
- 확장자
- yum
- SVN
- random
- TPL
- ubuntu
- php
- 부모창
- smarty
- 일괄변경
- TextBox
- Eclipse
- centos
- 문자열자르기
- JavaScript
Archives
- Today
- Total
목록TimeZone (1)
wilson's story
Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings.
php 작업을 하다가 date()를 사용하면서 생기는 오류이다. 서버에 있는 php.ini에 timezone이 세팅이 되어있지 않아서 생기는 오류이다. Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. date()를 사용시 이런 에러가 출력되었다면 php.ini 에 들어가서 [Date] ; Defines the default timezone used by the date functions ;date.timezone = 이 부분을 주석을 풀고 timezone을 설정해준다. date.timezone = Asia/Seoul 이렇게 수정하고 웹서버를 재시작해주자.
PHP
2008. 8. 14. 14:15