Intervals Report

Display a list of the zero duration events from the supplied date range, along with the time between the events. The default date range is today.

The -p option can be supplied 0 or more times to specify the projects shown in the report. If no -p is supplied, all projects are shown.

The optional date range descriptor specifies the dates covered by the report.

Arguments

report intervals [-p proj] [date range descriptor]

Output

The report for an example day might be:

The report intervals command lists the interval between events. So if you track replacing a battery in an outdoor camera, knowing the time since the last change would be useful.

  $ rtimelog report intervals -p camera october today
  2022-10-07 19:20 +camera Battery : 29d 12:03
  2022-11-06 07:23 +camera Battery : 26d 11:03
  2022-12-02 18:27 +camera Battery : 20d 23:51

This shows that we’ll want to check the battery about a week from now.

The intervals report gives the time interval between events. This actually gives some useful information.