staticlibs / ccronexpr

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

ccronexpr_test: add test for daylight savings time #21

Closed msantos closed 5 years ago

msantos commented 5 years ago

Add a test for daylight savings time when CRON_USE_LOCAL_TIME is set.

staticlibs commented 5 years ago

Thanks! Merged.

staticlibs commented 5 years ago

M, added test fails for me for some reason:

Pattern: * 15 11 * * *
Initial: 2019-03-09_11:43:00
Expected: 2019-03-10_11:15:00
Actual: 2019-03-09_11:15:00