DS1511_MONTH
rtc_write((rtc_read(DS1511_MONTH) & 0xe0) | mon, DS1511_MONTH);
rtc_tm->tm_mon = rtc_read(DS1511_MONTH) & 0x1f;