Describe the bug
previousRun and currentRun return null all the time.
To Reproduce
let date = Cron("0 0 11 * *", { timezone: "Europe/London" }).previousRun();
console.log("PREVIOUS", date);
Expected behavior
The actual date of when the previous run would have ran.
System:
- OS: Windows
- Runtime: Node.js
- Version: v18.15.0