Radeity commented on code in PR #13092:
URL: 
https://github.com/apache/dolphinscheduler/pull/13092#discussion_r1050442816


##########
dolphinscheduler-ui/src/views/projects/workflow/definition/components/use-form.ts:
##########
@@ -95,7 +95,7 @@ export const useForm = () => {
     timingFormRef: ref(),
     timingForm: {
       startEndTime: [
-        new Date(year, month, day),
+        new Date(year, month, day + 1),

Review Comment:
   It will return warning message if setting start time earlier than current 
time, so default time should be valid.
   



-- 
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]

Reply via email to