Why is the difference between the time of the database query and the result 13 hours?
Asked
Active
Viewed 22 times
1 Answers
0
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

5eeker
- 1,016
- 1
- 9
- 30