在用PHP5.3以上的PHP版本时,只要是涉及时间的会报一个
"PHP Warning: date() [function.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. 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"
这样的错。如何解决呢
实际上,从 PHP 5.1.0 ,当对使用date()等函数时,如果timezone设置不正确,在每一次调用时间函数时,都会产生E_NOTICE 或者 E_WARNING 信息。而又在php5.1.0中,date.timezone这个选项,默认情况下是关闭的,无论用什么php命令都是格林威治标准时间,但是PHP5.3中好像如果没有设置也会强行抛出了这个错误的,解决此问题,只要本地化一下,就行了。
以下是三种方法(任选一种都行):
一、在页头使用date_default_timezone_set()设置 date_default_timezone_set('PRC'); //东八时区 echo date('Y-m-d H:i:s');
二、在页头使用 ini_set('date.timezone','Asia/Shanghai');
三、修改php.ini。打开php5.ini查找date.timezone 去掉前面的分号修改成为:date.timezone =PRC
重启http服务(如apache2或iis等)即可。
XXX可以任意正确的值。对于我们国内来说:可以为以下值:Asia/Chongqing ,Asia/Shanghai ,Asia/Urumqi (依次为重庆,上海,乌鲁木齐)港台地区可用:Asia/Macao ,Asia/Hong_Kong ,Asia/Taipei (依次为澳门,香港,台北),还有新加坡:Asia/Singapore,当然PRC也行。
分享到:
相关推荐
php报时区错误,按照网上说的改时间date.timezone根本不管用!怎么解决,看我的.zip Warning: phpinfo() [function.phpinfo]: It is not safe to rely on the system's timezone settings. You are *required* to use ...
You are *required* to use the date.timezone setting 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 missp
- **`date.timezone`设置**:这是`php.ini`中的一个配置项,用于指定PHP脚本运行时的默认时区。如果不设置,PHP会尝试从系统中获取时区信息,从而可能引发警告。 - **`date_default_timezone_get()`函数**:这个...
function functionName(parameters) { // 函数体 } ``` 13. **表单操作**:可以通过 `document.forms[index]` 来访问表单元素,并对其进行操作。例如,获取第一个表单:`document.forms[0]`。 14. **打开新...
ISBN: 1578700116 Pub Date: 06/11/98 Foreword to the Handbook of Programming Languages About the Authors Part 1—Lisp Chapter 1—The LISP Language Chapter 2—Emacs Lisp: A Short Description ...
在PHP配置文件中(通常为`php.ini`)添加`date.timezone`配置项。例如,你可以将时区设置为“Asia/Shanghai”,如下所示: ``` date.timezone = "Asia/Shanghai" ``` 如果你使用的是Debian或者类似的系统,你...
- 示例:`window.alert("Warning!");` ### 21. 确认对话框 - **确认方式**:使用`window.confirm()`显示确认对话框。 - 示例:`if (window.confirm("Do you want to continue?")) { console.log("User clicked OK...
- **示例**: `window.alert("Warning!");` #### 22. 确认对话框 `window.confirm()` 方法用于显示带有确认和取消按钮的消息框。 - **示例**: `if (window.confirm("Are you sure?")) { ... }` #### 23. 输入对话框...
<!...--STATUS OK--><html><head>;..._position:;min-height:100%}#head{padding-bottom:100px;text-align:center;*z-index:1}#ftCon{height:100px;position:absolute;bottom:44px;text-align:center;...
You are *required* to use the date.timezone setting 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 ...
- 示例:`window.alert("Warning message");` ### 20. 显示确认对话框 - 使用 `window.confirm()` 来显示确认对话框。 - 示例:`if (window.confirm("Are you sure?")) { ... }` ### 21. 显示提示框 - 使用 `...
例如,`alert("Warning!");` 显示警告框。 ### 22. 确认对话框:`window.confirm()` `confirm(message)` 方法用于显示一个确认对话框,用户可以选择确认或取消。例如,`confirm("Do you want to continue?")` 显示...
1)....Fixed: Added workaround for codegen bug in Delphi 7 (possibly - other), bug manifests itself as wrong date-time in reports or integer overflows 2)....Fixed: Some MAPI DLLs may not be loaded ...
You can redirect all of the output of your scripts to a function. For ; example, if you set output_handler to "mb_output_handler", character ; encoding will be transparently converted to the ...
[[已弃用] react-bootstrap-datetimepicker:warning:此存储库不再维护,请参阅此fork:https://github.com/YouCanBookMe/react-datetime该项目... render:function(){返回 ; }有关更多详细信息,请参见示例。 原料药
You are required to use the date.timezone setting, 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 ...
6. **DateValue("日期")**:返回日期字符串表示的日期。 7. **Day("日期")**:返回日期中的天数。 8. **Hour("时间")**:返回24小时制的"时间"的小时数。 9. **Month("日期")**:返回日期中的月份。 10. **...
e.a=a},function(t,e){function r(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function i(t){return"function"==typeof t}function a(t){return"number"==typeof t}function n...
libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libintl-perl libio-html-perl liblwp-mediatypes-perl liblwp-protocol-https-perl libnet-http-perl libtext-unidecode-perl libwww-perl ...