RX8581_REG_MO
tm->tm_mon = bcd2bin(date[RX8581_REG_MO] & 0x1F) - 1; /* rtc mn 1-12 */
buf[RX8581_REG_MO] = bin2bcd(tm->tm_mon + 1);