M41T80_REG_DAY
tm->tm_mday = bcd2bin(buf[M41T80_REG_DAY] & 0x3f);
buf[M41T80_REG_DAY] = bin2bcd(tm.tm_mday);