-1

Why is the difference between the time of the database query and the result 13 hours?

enter image description here

1 Answer 1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.