php date("Y-m-d H:i:s") 出現警告信息

使用:
php

$createtime=date("Y/m/d H:i:s", time()+16*60*60);sql

$createtime=date("Y-m-d H:i:s");//時間。。H表示24小時制ide

提交表單後出現以下錯誤提示:this

Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable 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 'UTC' for '8.0/no DST' instead in C:\AppServ\www\www\phpsql\check_add.php on line 11get

 

解決方法:io

方案1:check_add.php頭部:<?php date_default_timezone_set("PRC");  ?>  設置默認時區爲北京時間。。解決當前頁面。function

方案2:在php.ini中設置date.timezone的值爲PRC,設置好之後的爲:date.timezone=PRC,同時取消這一行代碼的註釋,即去掉前面的分號就能夠了。sed

   解決全部頁面使用時間的問題。表單

相關文章
相關標籤/搜索