mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 05:19:12 -04:00

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
3 lines
104 B
TypeScript
3 lines
104 B
TypeScript
declare module "get-timezone-offset" {
|
|
export default function(timeZoneName: string, date: Date);
|
|
}
|