-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Beta3
-
None
Currently, the server timestamp extracted by SqlServerConnection.timestampOfLsn() is a DateTime and don't own any timezone information. Because of that, if the client (debezium connector) and the server use different timezones, the transaction (ts_ms) timestamp is wrong.
Github PR : https://github.com/debezium/debezium/pull/1156