We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e624112 commit abb3c71Copy full SHA for abb3c71
src/schedule.ts
@@ -97,7 +97,7 @@ const FunctionExpressions = {
97
*/
98
everyDayAt(time = '00:00') {
99
const [hours, minutes] = time.split(':');
100
- return `${minutes} ${hours} 0 * *`;
+ return `${minutes} ${hours} * * *`;
101
},
102
/**
103
* Run the task at a specific time on a given day of the week.
0 commit comments