haifxu commented on code in PR #5519:
URL: https://github.com/apache/inlong/pull/5519#discussion_r949939770
##########
inlong-manager/manager-client-tools/src/main/java/org/apache/inlong/manager/client/cli/pojo/GroupInfo.java:
##########
@@ -34,6 +35,7 @@ public class GroupInfo {
@ParseStatus
private String status;
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date modifyTime;
Review Comment:
Other pojos with `Date` fields may also need this annotation.
--
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]