node-cron with timezones
问题 i have a node(v0.7.3-pre) server with node-cron(0.3.2) and node-time(0.8.2): var cronJob = require('cron').CronJob; var cronJ = new cronJob({ cronTime: "00 29 16 6 * *", onTick: function() { console.log("Tick"); }, start:true, timeZone: "America/Los_Angeles" }); console.log(cronJ); it runs, but the Cron is allways working with the server time(UTC), and the returned cron is: { _callbacks: [ [Function] ], onComplete: undefined, cronTime: { source: '00 29 16 6 * *', zone: undefined, second: { '0