We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code
from cron_descriptor import get_description get_description("0 0-13 * * *")
returns
"Between 12:00 AM and 01:59 PM"
That's not wrong, but there is missing information. A better description would be:
At minute 0 past every hour from 0 through 13.
(got from crontab.guru)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This code
returns
That's not wrong, but there is missing information.
A better description would be:
(got from crontab.guru)
The text was updated successfully, but these errors were encountered: