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 the result.
The above introduces the time zone issue of take me home country roads mysql, including the content of take me home country roads. I hope it will be helpful to friends who are interested in PHP tutorials.