Time operator+(Time a, int sec) { Time r = a; r.add_seconds(sec); return r; }
Caveat: Units are not implied by the context. Add minutes? Seconds?