siebertm / parse-cron

parses cron expressions and calculates the next occurence after a given date
MIT License
147 stars 57 forks source link

Reverse lookup #32

Closed DmytroStepaniuk closed 6 years ago

DmytroStepaniuk commented 6 years ago

Hey, guys!

Is it possible to perform reversed lookup? Like, lets find nearest date in the past. Thx!

DmytroStepaniuk commented 6 years ago

The .last is enough for everything actually.