manijndl7 commented on a change in pull request #9255: URL: https://github.com/apache/kafka/pull/9255#discussion_r489518181
########## File path: clients/src/main/java/org/apache/kafka/common/utils/Utils.java ########## @@ -1271,4 +1274,34 @@ private static byte checkRange(final byte i) { } return map; } + + /** + * Convert an ISO8601 based timestamp to an epoch value Review comment: Hi @mjsax thanks for reviewing my PR. I removed "ISO8601" that from the comment as it is Defined in very Dateformatter. please let me know ur thoughts on that. ---------------------------------------------------------------- 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