The flyover help for .tran says:
But, the first value is not ignored in some cases.
For example,
.tran 8us 22.5 ms 20ms 5us
gives a waveform that starts at 20 ms and ends at 22.5 ms, as expected.
OTOH,
.tran 8 22.5ms 20ms 5us
or
.tran (8) 22.5ms 20ms
gives a waveform that starts at 0 seconds and runs to 8 s.
I suspect there is some way of getting more use from “.tran”. Perhaps the tool-tip can be updated.
Also, using the recommended (IEEE, NIST, etc.) format of placing a space between the value and unit causes all kinds of trouble.