davidradl commented on code in PR #28546:
URL: https://github.com/apache/flink/pull/28546#discussion_r3479966871


##########
flink-formats/flink-format-common/src/main/java/org/apache/flink/formats/common/TimeFormats.java:
##########
@@ -63,6 +63,17 @@ public class TimeFormats {
                     .appendPattern("'Z'")
                     .toFormatter();
 
+    /**
+     * Formatter for ISO8601 string representation of a timestamp value (with 
explicit timezone
+     * offset).
+     */
+    public static final DateTimeFormatter ISO8601_TIMESTAMP_WITH_OFFSET_FORMAT 
=

Review Comment:
   Please could you update the docs around this change.



-- 
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]

Reply via email to