steady_clock uses the system startup time as its epoch, system_clock
uses 1970-1-1 00:00 as its epoch, so there is no way to do any math
between them, this makes no sense.
Before doing any subtraction between 2 unsigned integers, please
make sure the minuend is larger than the subtrahend.