RTC_YR
RTC_PRINT(RTC_YR);
y = bcdtobin(rtc_read(RTC_YR));
rtc_write(RTC_YR, bintobcd(dt->dt_year % 100));