RX8010_MDAY
dt->tm_mday = bcd2bin(date[RX8010_MDAY - RX8010_SEC] & 0x3f);
date[RX8010_MDAY - RX8010_SEC] = bin2bcd(dt->tm_mday);