staticlibs / ccronexpr

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

poor_mans_strptime() only works for certain years #17

Closed sehauck closed 6 years ago

sehauck commented 6 years ago

poor_mans_strptime() only works for specific years.

At first I thought we could just use strptime() for non-mvsc systems, but I didn't get my defines right so kept looking at it. In the end, I just decided to emulate some of the code that was already there. It now works for all years on all platforms.

staticlibs commented 6 years ago

Thanks! Merged.