specifying the Timezone option doesnt have any affect
See original GitHub issueregardless of how I set the parameters
`var rule2 = new schedule.RecurrenceRule();
//rule2.dayOfWeek = [0, new schedule.Range(0, 6)];
rule2.hour = HR;
rule2.minute = MIN;
rule2.tz = 'Asia/Hong_Kong';`
var z = schedule.scheduleJob({rule: '52 19 * * *', tz:'Asia/Hong_Kong'} , function(){
var x = schedule.scheduleJob('52 19 * * *', 'Europe/London', function(){
the schedule is fired. the actual timezone has no effect on the outcome. works in same way as node-schedule
running on windows 10
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
If you can't change the time or time zone on your Apple device
Open Date & Time settings and make sure that the option to set time and date automatically, as well as the option to...
Read more >Windows 10 Clock Does Not Use The Specified TIme Zone
The only way I can get the correct time is to go to Control Panel>Date and Time>Internet Time>Change Settings, and click Update Now...
Read more >Change default time zones for Users and the organization
1. Go to Setup | Manage Users | Users · 2. Click on the affected User's name. · 3. Click Edit and change...
Read more >5.1.15 MySQL Server Time Zone Support
The session time zone setting does not affect values displayed by functions such as ... To use an SQL-statement time zone package that...
Read more >Working with Time Zones - W3C
4 Use Cases: How Time Zones Affect Applications. 4.1 Timestamps ... UTC Offset All time zones have, as their basis, an offset from...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
i think the zones are working due to cron-parser tz functionality ?
+1