Skip to content
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

Current implementation of CronSchedule.isTime() is not traditional #6

Closed
MikeD74 opened this issue Jun 23, 2017 · 0 comments
Closed

Comments

@MikeD74
Copy link

MikeD74 commented Jun 23, 2017

Look at the excerpt from man pages (https://linux.die.net/man/5/crontab):
Note: The day of a command's execution can be specified by two fields - day of month, and day of week. If both fields are restricted (ie, aren't *), the command will be run when either field matches the current time. For example,
"30 4 1,15 * 5" would cause a command to be run at 4:30 am on the 1st and 15th of each month, plus every Friday.

adioo added a commit to adioo/CronNET that referenced this issue Jul 19, 2017
@MikeD74 MikeD74 closed this as completed Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant