RX8010_MIN
dt->tm_min = bcd2bin(date[RX8010_MIN - RX8010_SEC] & 0x7f);
date[RX8010_MIN - RX8010_SEC] = bin2bcd(dt->tm_min);