RV8803_MONTH
tm->tm_mon = bcd2bin(date[RV8803_MONTH] & 0x1f) - 1;
date[RV8803_MONTH] = bin2bcd(tm->tm_mon + 1);