PCF8563_REG_DM
tm->tm_mday = bcd2bin(buf[PCF8563_REG_DM] & 0x3F);
buf[PCF8563_REG_DM] = bin2bcd(tm->tm_mday);