欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  php教程

mysql时区问题

程序员文章站 2022-05-21 12:33:43
...
用convert_tz转换时区,你可以用
show variables like 'time_zone';
得到时区,如果返回的是"system"的话,你可以用
show variables like 'system_time_zone';
得到结果。