XMLWordPrintable

      `java.time.Instant` has a new method to simplify adding a `Duration` to an `Instant`. The `plusSaturating(Duration)` method adds a `Duration to an `Instant` using saturating arithmetic. The method never overflows or exceeds the Instant range, and returns the nearest bound `(Instant.MIN` or `Instant.MAX`) instead of throwing an exception.

            Assignee:
            Roger Riggs
            Reporter:
            Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: