RTC_YEAR_OFFS
year = (rtc_date >> RTC_YEAR_OFFS) & 0xff;
<< RTC_YEAR_OFFS;
(bin2bcd(tm->tm_year - 100) << RTC_YEAR_OFFS);