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