Description
If the current time is not Tuesday, cron.send will return the time of Tuesday of the next week
let cron = new CronTime("*/5 10-16 * * 2-0");
console.log(cron.sendAt().toFormat("yyyy-MM-dd HH:mm:ss"));

But the current time is Tuesday, the returned result is correct
The following takes the current time (Wednesday) as an example
let cron = new CronTime("*/5 10-16 * * 3-0");
console.log(cron.sendAt().toFormat("yyyy-MM-dd HH:mm:ss"));

Screenshots
No response
Additional information
No response
Description
If the current time is not Tuesday, cron.send will return the time of Tuesday of the next week
But the current time is Tuesday, the returned result is correct
The following takes the current time (Wednesday) as an example
Screenshots
No response
Additional information
No response