breejs / later

*Maintained fork of 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.
https://breejs.github.io/later/
MIT License
134 stars 13 forks source link

add timezone support #17

Closed knicola closed 2 years ago

knicola commented 2 years ago

moving timezone support from https://github.com/breejs/bree/pull/126 to breejs/later

Changelog

Added:

shadowgate15 commented 2 years ago

@knicola Let me know if you need any help with this. If you want, I have some time later today to help fix up some of those unrelated tests that are failing.

knicola commented 2 years ago

@shadowgate15 If you could have a look that'd be great. The build seems to be timing out right before the coverage report.

I know I forgot to cleanup a sinon spy so I'll take care of that one in a bit.

shadowgate15 commented 2 years ago

I'm going to go ahead and merge this. the issue is a timing related thing, which just makes it a little flaky. thank you for all your hard work!!!