SD2405AL_REG_T_MON
time->tm_mon = bcd2bin(data[SD2405AL_REG_T_MON] & 0x1F) - 1;
data[SD2405AL_REG_T_MON] = bin2bcd(time->tm_mon) + 1;