Add since tag
This commit is contained in:
parent
e18a744880
commit
fc7d83bf84
|
@ -124,6 +124,7 @@ public class DurationUtils {
|
||||||
*
|
*
|
||||||
* @param startInclusive the start instant, inclusive, not null.
|
* @param startInclusive the start instant, inclusive, not null.
|
||||||
* @return a {@link Duration}, not null.
|
* @return a {@link Duration}, not null.
|
||||||
|
* @since 3.13.0
|
||||||
*/
|
*/
|
||||||
public static Duration since(final Temporal startInclusive) {
|
public static Duration since(final Temporal startInclusive) {
|
||||||
return Duration.between(startInclusive, Instant.now());
|
return Duration.between(startInclusive, Instant.now());
|
||||||
|
|
Loading…
Reference in New Issue