RTC_MONTH_OFFS
month = (rtc_date >> RTC_MONTH_OFFS) & 0x3f;
<< RTC_MONTH_OFFS;
(bin2bcd(tm->tm_mon + 1) << RTC_MONTH_OFFS) |