date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date

本文详细介绍了如何解决在PHP中遇到的时间设置警告问题,包括在代码中直接设置时区和修改php.ini配置文件两种方法,并提供了具体的代码示例。

**

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 the timezone ‘UTC’ for now, but please set date.timezone to select your timezone. in file /www/wwwroot/yyktt.net/Workerman/Worker.php on line 2082 Workerman[start.php] is stopping …

**
提示错误:说是时间不安全,选择了utc的时区,需要设置一下timezone

我试过两种方法
第一种:在执行date()方法前设置时区,代码实现 ini_set(‘date.timezone’,‘Asia/Shanghai’);
在这里插入图片描述
第二种:设置php-ini文件 这种方式推荐使用
找到php.ini文件打开它,看看里面有没有date.timezone把前面的;去掉
在这里插入图片描述
再添加一行date_default_timezone_set(‘UTC’);
重启服务器,完成;

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值