On Tue, 30 Sep 2025 16:55:18 GMT, Naoto Sato <[email protected]> wrote:
> If we were to add a new method, should we add an equivalent new method for > `minus` for consistency? We could. I'm not against it. I just wonder if it's going to be useful. A typical deadline is calculated as `now + delay`, where `delay >= 0`. On the other hand, that issue with `i.minus(Duration.between(Instant.MAX, i)`, which I [described][] here yesterday, makes me think that `minus` might be useful if only for that. [described]: https://github.com/openjdk/jdk/pull/27549#issuecomment-3347925868 ------------- PR Comment: https://git.openjdk.org/jdk/pull/27549#issuecomment-3353189095
