Create task reminder with workflow 1 minute before duedate & duetime

hello,i did a reminder for my task that starts today. It works fine for the tasks that i create today and have a start date today
But with tasks that start tomorrow and i create today, i don’t get a reminder

this is the condition for my workflow
Module: Tasks Field: Start date Operator: Equal to Type: Date Value: Today

The scheduler works every minute and every day

hello,i did a reminder for my task that starts today. It works fine for the tasks that i create today and have a start date today
But with tasks that start tomorrow and i create today, i don’t get a reminder

this is the condition for my workflow
Module: Tasks Field: Start date Operator: Equal to Type: Date Value: Today

The scheduler works every minute and every day

Hello! The problem with the notification decided?
The problem was related to DateTimeZone in the code /modules/AOW_WorkFlow/AOW_WorkFlow.php
Has corrected so:
if(in_array($data,$dateFields)) {
$f = $timedate->asUser(new DateTime($timedate->fromDb($field)));
$field = strtotime($f);
}
Now the notification comes to the mail correctly!
Screenshots of the problem and solution https://suitecrm.com/suitecrm/forum/suitecrm-forum-russian-general-discussion/17986

was there a solution to the OPs problem? I edited the AOW_Workflow.php and that didn’t fix it for me, and I am getting the same issue as she is describing.