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
Cron
options
Converter
Hey there 👋🏼
Let's start from the fact that this is an incredibly useful library/codebase!
I would like to be able to pass Cron options to the Converter.
Current workaround is:
from cron_converter import Cron from local_crontab import Converter utc_schedule = Converter(local_schedule, timezone_str=time_zone).to_utc_cron() return Cron(utc_schedule, {"output_weekday_names": True}).to_string()
The text was updated successfully, but these errors were encountered:
Hi @FBruzzesi, thanks for your appreciation. I’m currently dealing with some personal matters, but I’ll review your request as soon as possible.
Sorry, something went wrong.
Happy to make a contribution if you consider ok adding such feature
No branches or pull requests
Hey there 👋🏼
Let's start from the fact that this is an incredibly useful library/codebase!
I would like to be able to pass
Cron
options to theConverter
.Current workaround is:
The text was updated successfully, but these errors were encountered: