hiSandog commented on PR #28546: URL: https://github.com/apache/flink/pull/28546#issuecomment-4805878346
The new format parses explicit offsets, but serialization currently emits the resulting instant with `+00:00`. That may be the right internal semantics, but the option name could lead users to expect offset preservation. It would be worth documenting or testing this explicitly: parsing `1990-10-14T12:12:43.123+02:00` will round-trip as the UTC instant, not the original local time plus original offset. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
