lifeparticle / binarytree

🕰 We Provide an Array of Developer Productivity Tools Designed to Help You Save Time
https://binarytree.dev
Apache License 2.0
31 stars 11 forks source link

Cron expression generator #390

Open lifeparticle opened 6 months ago

lifeparticle commented 6 months ago

https://docs.oracle.com/cd/E12058_01/doc/doc.1014/e12030/cron_expressions.htm

BrijPatel15 commented 5 months ago

Can I give this a try?

lifeparticle commented 5 months ago

Thank you for your interest in this project.

Please refer to the How to add a feature? section for instructions on how to contribute to this project. This section will guide you through the process of adding a new feature.

BrijPatel15 commented 5 months ago

@lifeparticle Thank you I'll take a look!

I have some questions to clarify the requirements for this ticket. My interpretation of this feature is that we want something that takes in a user cron expression like 0 0 12 * * ? and then informs the user what the schedule is in human readable terms like 12:00 PM (noon) every day.

Is this interpretation correct? Please let me know if this implementation will fulfill the requirements for this feature. Thank you!

lifeparticle commented 4 months ago

@BrijPatel15 sorry for the late response. Yes something like that. Thank you!