Benjamin Valentin e2addab7f0 cpu/kinetis: RTC use rtc_mktime()
Use RTC helper functions instead of libc functions.
This gives us y2038 safety by the extended epoch
and saves a good chunk of memory:

mktime():

   text	   data	    bss	    dec	    hex	filename
  24756	    232	   2736	  27724	   6c4c	testssperiph_rtc/bin/openlabs-kw41z-mini/tests_periph_rtc.elf

rtc_mktime():

   text	   data	    bss	    dec	    hex	filename
  16348	    132	   2696	  19176	   4ae8	tests/periph_rtc/bin/openlabs-kw41z-mini/tests_periph_rtc.elf
2020-08-27 23:16:02 +02:00
..
2019-01-26 15:53:05 +01:00
2018-06-11 19:12:02 +02:00
2019-08-22 12:03:08 +02:00
2019-11-23 22:39:36 +01:00
2018-06-11 19:12:02 +02:00
2020-08-27 23:16:02 +02:00
2019-01-26 15:53:05 +01:00