CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
18.52k stars 2.22k forks source link

[TOOL IMPROVEMENT] Crontab non-standard style #855

Open webysther opened 5 months ago

webysther commented 5 months ago

Describe the solution you'd like For non-standard cron like used in AWS this tool don't work (neither crontab.guru), the tool I found be open source and work is this one:

https://github.com/cronhub/crontab https://crontab.cronhub.io

Maybe add the code from this one for expressions like this 0 11-22 ? * MON-FRI * Ref.: https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html

sharevb commented 2 months ago

Hi @webysther and @CorentinTh, fixed in #1026