mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-04-22 14:42:26 +00:00
If you set the timezone, aon_timer_get_time can wrongly apply a daylight saving time adjustment based on the stack contents. This can make it appear that time has gone backwards. Make sure datetime_to_tm initialises tm_isdst to -1. Fixes #2374