php当前时间不准有以下两种方法设置

标签:2023-07-07 20:39:25

PHP默认时区是UTC,在使用PHP获取系统时间,会发现时间不对,所以需要把时区设置为北京时区UTC。

方法一:修改php.ini文件

打开php.ini文件:

查找date.timezone,找到date.timezone =”UTC”,

将其改为date.timezone ="PRC",若date.timezone左边有分号,要将该分号去掉。

<?php 
  echo "当前时间:" . date("Y-m-d H:i:s") 
?>

方法二:使用date_default_timezone_set(”)方法;

<?php
  date_default_timezone_set('PRC'); 
  echo date("Y-m-d H:i:s");
?>
原文出处:http://www.dongblog.com/notes/38.html
来源:博客网 转载请注明出处!

活跃用户

Ta还没有签名
Super
Ta还没有签名
苏颇苏颇苏颇甜
Ta还没有签名
哥玩的不是游戏
Ta还没有签名

友情链接


Warning: Smarty error: unable to read resource: "../../../templates/default/./common/foot/footer_index.htm" in /usr/home/hyu3925200001/htdocs/common/smarty/Smarty.class.php on line 1093

Warning: Smarty error: unable to read resource: "../../../templates/default/./common/foot/footer_index.htm" in /usr/home/hyu3925200001/htdocs/common/smarty/Smarty.class.php on line 1093