I have a task with dates in the “date” format. The “date” format assumes that the date value does not contain a timestamp.
I also have a task with dates that do contain a timestamp.
I need to output these two tasks simultaneously. To solve this problem, dates without a timestamp are output with the default time value:
start date - YYYY-mm-dd 00:00;
end date - YYYY-mm-dd 23:59.
When dragging and dropping such tasks, the “time_step” for the task without a timestamp must be set to “day.” For tasks with a timestamp, a “time_step” value of “minute” is used. Is it possible to implement a “time_step” setting individually for each task?
It would be desirable to also ensure that the autoscheduling calculation is performed correctly. That is, Task 1 2025-05-01 14:00:00 - 2025-05-10 14:00:00
Task 2 2025-05-10 - 2025-05-12
I establish a “Finish-Start” relationship with a lag of 2 days from task 1 to task 2.
I expect the start date of task 2 after autoscheduling to be calculated as 2025-05-13 00:00