How to use the cron.time.zone function in cron

To help you get started, weโ€™ve selected a few cron examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github apache / griffin / ui / angular / src / app / job / job-detail / job-detail.component.ts View on Github external
data => {
        this.jobData = data;
        this.jobName = this.jobData["job.name"];
        this.cronExp = this.jobData["cron.expression"];
        this.cronTimeZone = this.jobData["cron.time.zone"];
        let mesureId = this.jobData["measure.id"];
        this.getMeasureById(mesureId);
        for (let item of this.jobData["data.segments"]) {
          this.rangeConfig.push(item["segment.range"]);
        }
      },
      err => {

cron

Cron jobs for your node

MIT
Latest version published 4 months ago

Package Health Score

94 / 100
Full package analysis