Hank to hanker - Learning Note
一個成功的拳擊手, 就是在眾多的打擊和跌倒後爬起來。人生亦如是。
網頁
首頁
文章列表
Sublime Text
iOS Dev
Python
Linux
JavaScript
dotfiles
2010年11月29日 星期一
[PHP] 解決 date(): It is not safe to rely on the system's timezone settings
Message: 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, 加上預設timezone, 重新啟動Apache即可
date.timezone = "Asia/Taipei"
較新的文章
較舊的文章
首頁