2015年 07月 の 日記
|
18 July, 2015
02 July, 2015
DateTime()でエラー*1
/etc/php.iniで標準時間設定をしていない場合に発生する
vi /etc/php.ini
; Defines the default timezone used by the date functios
; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
;date.timezone =
date.timezone = Asia/Tokyo
# /etc/init.d/httpd restart
|
|