Hi all,
I want to implement a calendar that can be used for many years with nRF52840.
Will leap years be corrected in the nrf5-calendar-example? I looked at the code a bit, but couldn't know if the sample-code corresponded to a leap year.
https://github.com/NordicPlayground/nrf5-calendar-example
If I set the data for a leap year and it works correctly, can I say that it supports all leap years?
Or is there a library to correct leap years?
I think the RTC of nrf52840 is a counter and the calendar (and date and time) is implemented in the library. Is my understanding correct?
Best Regards,
Yukio Oyama