PCF8563_REG_YR
tm->tm_year = bcd2bin(buf[PCF8563_REG_YR]) + 100;
buf[PCF8563_REG_YR] = bin2bcd(tm->tm_year - 100);