-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Current behavior
Cron expression to parse: 0 50 3 ? * **1,3,5**
Description : At 03:50 AM, only on Monday, Wednesday, and Friday
In the cron expression 1 represents Sunday and 2 represents Monday 1
How to reproduce it (as minimally and precisely as possible)
Expected behavior
Cron expression to parse: 0 50 3 ? * **2,4,6**
Description : At 03:50 AM, only on Monday, Wednesday, and Friday
or
Cron expression to parse: 0 50 3 ? * **1,3,5**
Description : At 03:50 AM, only on SUNDAY, TUESDAY, and THURSDAY
Screenshots
No response
Workaround
No response
Affected platforms
No response
Affected DevToys kind
DevToys (app with GUI)
DevToys Version
Version 1.0.14.0 | X64 | RELEASE | 3ad0ff2 | 3ad0ff2
Relevant Assets/Logs
No response
