int operator-{Time a, Time b) { return a.seconds_from(b); }
Time now; Time morning(9, 0, 0); long seconds_elapsed = now - morning;