wuchong commented on a change in pull request #12756: URL: https://github.com/apache/flink/pull/12756#discussion_r449440933
########## File path: flink-formats/flink-json/src/main/java/org/apache/flink/formats/json/TimeFormats.java ########## @@ -31,7 +31,7 @@ static final DateTimeFormatter RFC3339_TIME_FORMAT = new DateTimeFormatterBuilder() .appendPattern("HH:mm:ss") .appendFraction(ChronoField.NANO_OF_SECOND, 0, 9, true) - .appendPattern("'Z'") + .appendPattern("X") Review comment: why `X`? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org