DavidMora / esp_cron

Cron like clon for the esp32 esp-idf framework
Apache License 2.0
42 stars 26 forks source link

ESP32 | Loop when crontab is the day before the summer time change #4

Open jpbaptista30 opened 1 year ago

jpbaptista30 commented 1 year ago

Hello. I'm using your library and I'm configuring esp32 rtc with European time zone with daylight saving time. I have a bug in the library that when the crontab is in the previous day the time changes to daylight saving time. The library goes into an infinite loop trying to find the next event. Do you have any solution for this problem?

DavidMora commented 1 year ago

Hello, unfortunately i don't have a solution for the daylight saving time, but if you want to send a PR i can merge into the repo.