Home > Backend Development > PHP Tutorial > mysql时区问题_php技巧

mysql时区问题_php技巧

WBOY
Release: 2016-05-17 09:38:07
Original
1005 people have browsed it

用convert_tz转换时区,你可以用   
  show   variables   like   'time_zone';   
  得到时区,如果返回的是"system"的话,你可以用   
  show   variables   like   'system_time_zone';   
  得到结果。

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