]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use %e instead of %d with x_output_date(..)
authorngie <ngie@FreeBSD.org>
Thu, 6 Jul 2017 06:15:44 +0000 (06:15 +0000)
committerngie <ngie@FreeBSD.org>
Thu, 6 Jul 2017 06:15:44 +0000 (06:15 +0000)
commit2e06cea2fe0729dac8c829c8b1138ada2c0691ed
treed5f5714ec0e4527aaca02a7529e96d973710a730
parent1cac0d86a6dfff333cba0f62cc1e3c53bd2d7c08
Use %e instead of %d with x_output_date(..)

stat -x doesn't 0-fill days so %d is inappropriate. %e is correct.

MFC after: 1 week
MFC with: r319841
usr.bin/stat/tests/stat_test.sh