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