RX8581_REG_HR
tm->tm_hour = bcd2bin(date[RX8581_REG_HR] & 0x3F); /* rtc hr 0-23 */
buf[RX8581_REG_HR] = bin2bcd(tm->tm_hour);