rtc_to_decimal
#define rtc_to_decimal(a,b) (rtc_registers[a] * 10 + rtc_registers[b])
#undef rtc_to_decimal