RTC_CENTURY
year = readrtc(RTC_YEAR) + readrtc(RTC_CENTURY) * 100;
writertc(RTC_CENTURY, bin2bcd(y/100)); /* ... and Century */