M41T80_REG_MON
tm->tm_mon = bcd2bin(buf[M41T80_REG_MON] & 0x1f) - 1;
buf[M41T80_REG_MON] = bin2bcd(tm.tm_mon + 1);