https://github.com/D-Programming-Language/druntime/pull/825
I updated https://github.com/nordlow/justd/blob/master/pprint.dwith two versions of shortDurationString(). DMD picks the right one using
static if (__VERSION__ >= 2066L)
// new
else
// old
I hope I it right this time.
