gpt4 book ai didi

PHP Mktime 错误

转载 作者:可可西里 更新时间:2023-11-01 00:26:00 27 4
gpt4 key购买 nike

我做的一个网站突然出现以下错误,到目前为止一直运行良好:

A PHP Error was encountered

Severity: Warning

Message: mktime() [function.mktime]: 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 'Antarctica/Macquarie' for 'EST/10.0/no DST' instead

这是有问题的代码:

$stamp=mktime(0,0,0,$month,$day,$year);

这里有什么问题?我怎样才能快速消除这些错误?我在很多地方使用这种格式的 mktime,它在每个地方都抛出错误。

最佳答案

如错误所述,您需要使用 date_default_timezone_set('Antarctica/Macquarie');ini_set('date.timezone', 'Antarctica/Macquarie') 指定时区; 在您的代码中或在 php.ini 中定义 date.timezone

关于PHP Mktime 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6727270/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com