Skip to content

Commit

Permalink
WIp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 19, 2024
1 parent 8cc90b3 commit 36eba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debezium/converters/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func (ZonedTimestampConverter) Convert(value any) (any, error) {
return nil, nil
}

return timeValue.Format(time.RFC3339Nano), nil
return timeValue.Format("2006-01-02T15:04:05.9999999Z"), nil
}

type YearConverter struct{}
Expand Down

0 comments on commit 36eba38

Please sign in to comment.