add method

Instant add(
  1. Time time
)

Implementation

Instant add(Time time) => Instant.epochTime(timeSinceEpoch + time);