fix(Cron Parser): handle aws, next executions and TZ

Handle AWS Cron syntax and distinguishe from standard syntax (fix #855)
Add show crontab next 5 execution times (taken from #1283)
Add Timezone handling: fix #261
This commit is contained in:
sharevb 2024-05-01 14:22:46 +02:00 committed by ShareVB
parent cb5b462e11
commit 48b4904cf1
9 changed files with 339 additions and 18 deletions

View file

@ -20,6 +20,7 @@ export const tool = defineTool({
'day',
'minute',
'second',
'aws',
],
component: () => import('./crontab-generator.vue'),
icon: Alarm,