You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/10/12 08:10:09 UTC

[GitHub] [inlong] luchunliang commented on a diff in pull request #6155: [INLONG][Manager] Support to get audit data from clickhouse

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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org