Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.5.0.Beta1
-
Component/s: postgresql-connector
-
Labels:None
-
Git Pull Request:
Description
io.debezium.connector.postgresql.PostgresValueConverter.convertTimestampToLocalDateTime(Column, Field, Object) callsĀ timestamp.toLocalDateTime() to do the conversion.
Unfortunately this method does not work correctly with BC era and incorrectly changes the year value.