-
Original repo: https://github.com/linkdotnet/NCronJob
Things to change/ optimize:
- Add option for local/ UTC time
-
It would be nice to be able to get the last time a cron expression was executed. The java lib http://cron-parser.com/ does this, and it's very useful. I'll try implementing it myself but would like to…
ghost updated
4 years ago
-
In `AndFieldValueGenerator`, in the function
```
protected List generateCandidatesNotIncludingIntervalExtremes(int start, int end)
```
there is a try/catch which just logs the exception and retur…
-
**Version:** Deno 1.38.5
There is an inconsistency with the numeric representation of weekdays in the `Deno.cron` function, it is off by one compared to standards.
**Expected Behavior:**
Bas…
-
I noticed that `next()` skips a day when `prev()` was called before, even if `reset()` has been called.
Here is a test case, tested with cron-parser@4.9.0. Local TZ is Europe/Paris (so +1 right now…
-
Given a cron expression `* 6-20 * * *`, at `6:01`.
I expect `.prev()` to be `6:00` and then `.next()` to be `6:01`.
Actually `.prev()` is `6:00` as expected but then `.next()` is `7:00` instead of …
-
I understand that some _may_ need this, but given the triviality of the implementation, and how useless it is in the browser, why does this method actually exist in this package? Of course, who cares …
-
First of all, this library is amazing at so many things. Thank you for offering such a feature-rich module. However, for my project it actually has _too many_ features.
I want to use this to offer …
-
I believe we can get better results from `stringify()` on stepped ranges by a couple of condition changes:
https://github.com/harrisiirak/cron-parser/blob/f36281a84612b84395b1b275c7e74a2e5e9b83f1/lib…
-
composer install / update requires token