RV3028_HOUR
tm->tm_hour = bcd2bin(date[RV3028_HOUR] & 0x3f);
date[RV3028_HOUR] = bin2bcd(tm->tm_hour);