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.
http://www.bkjia.com/PHPjc/318620.htmlwww.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...