Home  >  Article  >  php教程  >  PHP 时区设置

PHP 时区设置

WBOY
WBOYOriginal
2016-06-13 11:31:411049browse

有时候使用date("Y-m-d h:i:s")时发现时间相差8小时,修改“/etc/php5/apache2/php.ini”:

date.timezone = "Asia/Shanghai"(或者改为date.timezone = “PRC”)

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn