RTC_DAY
days += readrtc(RTC_DAY) - 1;
writertc(RTC_DAY, bin2bcd(tm + 1)); /* Write back Month Day */
rtcin(RTC_YEAR), rtcin(RTC_MONTH), rtcin(RTC_DAY),