luchunliang commented on code in PR #6155: URL: https://github.com/apache/inlong/pull/6155#discussion_r993131615
########## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AuditServiceImpl.java: ########## @@ -75,6 +78,7 @@ public class AuditServiceImpl implements AuditService { private static final Logger LOGGER = LoggerFactory.getLogger(AuditServiceImpl.class); + private static final String SECOND_FORMAT = "yyy-MM-dd HH:mm:ss"; Review Comment: miss 'y' yyy-MM-dd HH:mm:ss -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org