DS1307_REG_MDAY
t->tm_mday = bcd2bin(regs[DS1307_REG_MDAY] & 0x3f);
regs[DS1307_REG_MDAY] = bin2bcd(t->tm_mday);