it-tools/src/tools/crontab-generator/get-timezone-offset.d.ts
sharevb 48b4904cf1 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
2024-09-21 14:33:13 +02:00

3 lines
104 B
TypeScript

declare module "get-timezone-offset" {
export default function(timeZoneName: string, date: Date);
}