RX8010_MONTH
dt->tm_mon = bcd2bin(date[RX8010_MONTH - RX8010_SEC] & 0x1f) - 1;
date[RX8010_MONTH - RX8010_SEC] = bin2bcd(dt->tm_mon + 1);