staticlibs/ccronexpr

How to support time zone specific expression?

sinall opened this issue · 1 comments

It seems that ccronexpr treats cron-expression as UTC based. How to make it support time-zone? It will be more human readable.

Fixed by enabling 'CRON_USE_LOCAL_TIME'. Cheers!