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

Description for "0 0-13 * * *" could be improved #75

Open
arnau126 opened this issue Oct 4, 2023 · 0 comments
Open

Description for "0 0-13 * * *" could be improved #75

arnau126 opened this issue Oct 4, 2023 · 0 comments

Comments

@arnau126
Copy link

arnau126 commented Oct 4, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants