Skip to content

Instantly share code, notes, and snippets.

@chzyer
Last active December 10, 2015 22:38
Show Gist options
  • Save chzyer/4504124 to your computer and use it in GitHub Desktop.
Save chzyer/4504124 to your computer and use it in GitHub Desktop.
PHP时间时区问题

time()获取系统时间的时候,又会有发现有时候和电脑的时间相差8小时呢?其实这个是时区设置的问题

date_default_timezone_set('PRC');

我们只需要在PHP页面前面加上 便可将时区设置为东八区

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment