mysql time zone problem_PHP tutorial

WBOY
Release: 2016-07-21 15:53:45
Original
855 people have browsed it

Use convert_tz to convert the time zone. You can use
show variables like 'time_zone';
to get the time zone. If "system" is returned, you can use
show variables like 'system_time_zone';
to get it. result.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/318620.htmlTechArticleUse convert_tz to convert the time zone, you can use showvariableslike'time_zone'; to get the time zone, if "system" is returned , you can use showvariableslike'system_time_zone'; to get the result...
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!