subtract method

Instant subtract(
  1. Time time
)

Implementation

Instant subtract(Time time) => Instant.epochTime(timeSinceEpoch - time);