Benjamin Valentin 1ca26adde8 cpu/esp32: rtc: use rtc_mktime() for Y2038k
By using a custom EPOCH for the RTC implementation, we can extend the
range of the 32 bit counter based RTC by 118 years.

It also reduces the code size compared to the stdlib based POSIX functions.
2020-03-03 11:01:02 +01:00
..
2019-11-23 22:39:36 +01:00
2019-11-28 18:59:09 +01:00
2018-10-08 12:20:49 +02:00
2019-11-23 22:39:36 +01:00
2019-11-23 22:39:36 +01:00
2018-10-08 12:20:49 +02:00
2019-11-23 22:39:07 +01:00