So setzen Sie Global Time_Zone in MySQL
SET GLOBAL time_zone = timezone;
eg: SET GLOBAL time_zone = 'Asia/Kolkata';
Precious Penguin
SET GLOBAL time_zone = timezone;
eg: SET GLOBAL time_zone = 'Asia/Kolkata';
SET GLOBAL time_zone = '+3:00';