ABB5ZES3_REG_RTC_MO
tm->tm_mon = bcd2bin(regs[ABB5ZES3_REG_RTC_MO]) - 1; /* starts at 1 */
regs[ABB5ZES3_REG_RTC_MO] = bin2bcd(tm->tm_mon + 1);