-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
day (week) cron job column is non-standard #87
Comments
from
(confirms your standard) |
Does it only display Tue-Sat or also fire Tue-Sat? actually the parsing seems to work same in both libraries, it's only a parser issue when setting up the reminder. |
Okay, so it looks like setting a single day (I.e. |
Running a command for Wednesday on Tuesday returns this message: |
adding a reminder for
|
When using a cron job that declares a value in the day (week) column (
!remindme cron 13 8,10,12,14,16 * * 1-5; Get up, take a break, get some water
), 1-5 reflects Tuesday-Saturday instead of the cron "standard" of Monday-Friday. See: https://crontab.guru/#13_8,10,12,14,16_*_*_1-5The text was updated successfully, but these errors were encountered: