And if you want to add to time values from DS1307 then convert to decimal before addition --

sec = (RTCsec >> 4)*10 + (RTCsec & $F)