kafka/connect
Alex 3fcc0c2877
MINOR: Fix an off-by-one issue in ValuesTest (#20520)
This test case ensures that the parser can convert ISO8601 correctly.
However, when the local time falls on a different day than the UTC time,
there will be an off-by-one issue.

I changed the test to convert the local time and then compare it with
the expected local time. This should fix the off-by-one issue.

[Reference
link](https://github.com/apache/kafka/pull/18611#discussion_r2318146619)

Reviewers: Andrew Schofield <aschofield@confluent.io>

---------

Signed-off-by: Alex <wenhsuan.alexyu@gmail.com>
2025-09-15 18:26:47 +01:00
..
api MINOR: Fix an off-by-one issue in ValuesTest (#20520) 2025-09-15 18:26:47 +01:00
basic-auth-extension MINOR: Cleanup Connect Module (1/n) (#19869) 2025-07-11 00:35:41 +08:00
file/src MINOR: Cleanups in Connect (#20077) 2025-09-03 11:11:57 +02:00
json MINOR: Add doc for external schemas in JSONConverter (#20429) 2025-09-06 23:51:59 +08:00
mirror/src KAFKA-19112 Unifying LIST-Type Configuration Validation and Default Values (#20334) 2025-09-06 01:25:55 +08:00
mirror-client/src KAFKA-19112 Unifying LIST-Type Configuration Validation and Default Values (#20334) 2025-09-06 01:25:55 +08:00
runtime/src MINOR: Cleanup Connect Module (5/n) (#20393) 2025-09-06 10:08:56 +08:00
test-plugins/src/main MINOR: Cleanup Connect Module (2/n) (#19871) 2025-07-22 22:23:54 +08:00
transforms/src KAFKA-19112 Unifying LIST-Type Configuration Validation and Default Values (#20334) 2025-09-06 01:25:55 +08:00