later icon indicating copy to clipboard operation
later copied to clipboard

*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....

Results 24 later issues
Sort by recently updated
recently updated
newest added

#### What would you like to discuss? Hi! I'd like to compose two, otherwise separately working schedule together. 1st schedule is: in text format: `'after 10:00am and before 11:00am also...

question

Hello, I have tasks that I configure with later and run every 10 minutes. Some of these tasks stop working without error. How can I detect this error or task...

question

#### Describe the bug - Later version: 4.1.0 - Node.js version: v16.13.1 - OS & version: "Debian GNU/Linux 9 (stretch)" / "Debian GNU/Linux 10 (buster)" I'm using the following code...

bug

#### Describe the bug - Later version: 4.1.0 - Node.js version: v16.13.2 - OS & version: Arch Linux updated yesterday When `later.parse.text` has errors, passing its result to `later.schedule` gives...

bug

#### Describe the bug - Node.js version: all versions up to v16.x so far - OS & version: Windows 10, Ubuntu Not sure if this is truly a bug, or...

bug

#### What would you like to discuss? I'm wondering how I can convert a later schedule into cron format? For example: ``` const everyNthDays = later.parse.recur().every(12).dayOfMonth(); const dayOccurs = later.schedule(everyNthDays).next(5);...

question

Apologies if this is covered in the documentation and i cant find it but im struggling to set the first day of the week as a monday, because it defaults...

schedule(s).next(1, d) fails if s = { schedules: [{ Y: [2012] }, { Y: [2017] }] } d = new Date('2013-03-21T00:00:05Z') with TypeError: a.getTime is not a function ![image](https://user-images.githubusercontent.com/8398353/127286771-8cd68298-6131-4f89-abdb-914429ff0262.png)