bunkat / later

A javascript library for defining recurring schedules and calculating future (or past) occurrences for them. Includes support for using English phrases and Cron schedules. Works in Node and in the browser.
http://bunkat.github.io/later/
MIT License
2.42k stars 246 forks source link

Looks like later.js one-time-off cron bug? #181

Open kunkun-tang opened 8 years ago

kunkun-tang commented 8 years ago

Hi later.js communities,

We'd like to set up an one-time-off job only occurring at 3:00AM when daylight saving changes. E.g.: we wrote an cron Expression like "0 0 3 13 3 ? 2020" (3:00AM, March, 13th, 2020), in order to let it trigger at that day. It is valid in Quartz Cron library. However, this expression seems invalid in later.js. Do you have any hacks to let it happen?

Thank you!

imomin commented 8 years ago

+1