mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
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:
parent
cb5b462e11
commit
48b4904cf1
9 changed files with 339 additions and 18 deletions
3
src/tools/crontab-generator/get-timezone-offset.d.ts
vendored
Normal file
3
src/tools/crontab-generator/get-timezone-offset.d.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
declare module "get-timezone-offset" {
|
||||
export default function(timeZoneName: string, date: Date);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue