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