RTC_DATE
RTC_PRINT(RTC_DATE);
dt->dt_day = bcdtobin(rtc_read(RTC_DATE) & 0x3f);
rtc_write(RTC_DATE, bintobcd(dt->dt_day));