首页 > 开发 > PHP > 正文

php时间不正确的解决方法

2024-05-04 22:12:43
字体:
来源:转载
供稿:网友

2。date_default_timezone_set("PRC");   
3。PHP   5.1以上   
  PHP.ini   
  date.timezone   =   PRC  
或则
设置时区,php5新增的。   
  再php.ini中找到   
  [Date]   
  ;   Defines   the   default   timezone   used   by   the   date   functions   
  date.timezone   =Asia/Shanghai     
  修改为如上就可以了,更多的timezone支持请到php网站可找到。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表