Why is the difference between the time of the database query and the result 13 hours?
1 Answer
Please check the timezone set in your DB configuration, I think it could be due to that, to check the timezone in mysql you can refer below documentation :
SELECT @@GLOBAL.time_zone, @@SESSION.time_zone;
https://dev.mysql.com/doc/refman/8.0/en/time-zone-support.html
