MVSOCRTC_YEAR_OFFSET
rtcyear = (rtcdate >> MVSOCRTC_YEAR_OFFSET) & MVSOCRTC_YEAR_MASK;
(bintobcd(dt->dt_year % 100) << MVSOCRTC_YEAR_OFFSET);