Files
systemd/man
Chris Down 3f1c1287a9 analyze: Add "timespan" command to dump time span in usec
This is useful for a couple of cases, I'm mostly interested in case #1:

1. Verifying "reasonable" values in a trivially scriptable way
2. Debugging unexpected time span parsing directly

Test Plan:

```
% build/systemd-analyze timespan 20
Original: 20
      μs: 20
   Human: 20us
% build/systemd-analyze timespan 20ms
Original: 20ms
      μs: 20000
   Human: 20ms
% build/systemd-analyze timespan 20z
Failed to parse time span '20z': Invalid argument
```
2018-10-23 14:26:51 +02:00
..
2018-10-11 14:07:38 +02:00
2018-06-14 13:03:20 +02:00
2018-07-03 01:32:25 +02:00
2018-10-11 10:55:41 +02:00
2018-10-12 10:15:30 +02:00
2018-10-13 12:59:29 +02:00
2018-07-21 10:17:58 +09:00