You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I'm unable to recreate your issue on mac Version 2.0-preview.8 see below for screen shots
What platform are you on and are using the the most recent version?
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
The text was updated successfully, but these errors were encountered: