staticlibs / ccronexpr

Cron expression parsing in ANSI C
Apache License 2.0
150 stars 78 forks source link

Issue occurs in final month #36

Closed Akery closed 1 year ago

Akery commented 1 year ago

Issue occurs in final month

Example: Expression: " 0 0 17 16 " image

Example correct result: Expression: " 0 0 17 16 " Current time: 2023-12-16 17:00:00

exander77 commented 1 year ago

I cannot reproduce.

staticlibs commented 1 year ago

This project is no longer maintained, see its updated and extended fork in exander77/supertinycron repo, closing the issue to archive the repo.