Home > Backend Development > PHP Tutorial > PHP初记|设置时区

PHP初记|设置时区

WBOY
Release: 2016-06-13 10:53:55
Original
911 people have browsed it

PHP小记|设置时区

在页头使用date_default_timezone_set()设置我的默认时区为北京时间

date_default_timezone_set('PRC');

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template