static Duration duration(TimestampRange r) { ret r == null ? Duration.ZERO : r.duration(); }