[mysql] Use local timezone as the default server timezone
Due to the issue mentioned in https://github.com/ververica/flink-cdc-connectors/issues/1406, Flink CDC Connectors might treat Timestamp fields with different behaviors during snapshot and streaming phases.
Here I propose changing the default value of server-time-zone to local timezone so that most users would not need to manually set timezone to get the correct results.
Spotless failed. It seems you should run mvn spotless:apply and push the diff :)
OracleE2eITCase.testOracleCDC failed, but it seems unrelated to the changes made.
OracleE2eITCase.testOracleCDC failed, but it seems unrelated to the changes made.
@kylemeow Thanks for the contribution, I've fixed the test, could you rebase master and try again?