SbloodyS commented on code in PR #17138:
URL:
https://github.com/apache/dolphinscheduler/pull/17138#discussion_r2048069315
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ClusterServiceImpl.java:
##########
@@ -265,6 +265,7 @@ public Cluster updateClusterByCode(User loginUser,
clusterExist.setConfig(config);
clusterExist.setName(name);
clusterExist.setDescription(desc);
+ clusterExist.setUpdateTime(new Date());
Review Comment:
Please using `DataUtils.getCurrentDate()` instead.
--
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]