tangzhihong opened a new issue, #29826: URL: https://github.com/apache/shardingsphere/issues/29826
I inserted a data entry into the MYSQL database using an SQL statement, where one of the fields is of type datatime with a value of 1991-04-14 02:00:00. However, the query reported an Unknown exception: HOUR_ OF_ Day: 2->3, at which point the URL of the proxy is set to: jdbc: mysql://192.168.10.4:3306/db_test?useSSL=false When I added serverTimezone=GMT% 2B8 to the URL of the proxy, but found that it was 1991-04-14 03:00:00 from the sharing proxy But the results I found from the physical database are all 1991-04-14 02:00:00 May I ask how to solve this problem -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
