This is due to the time zone of MySQL.
You can set it for each connection (for example, via PHPMyAdmin) as follows:
SET time_zone = timezone;
However, if MySQL reboots, it will reset. Therefore, it is better installed at the server level. Which, I suppose, you cannot.
I recommend that you learn more from MySQL Docs .
Jason mccreary
source share