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