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