Per POSIX, times in the future should be reported with the year
authorguenther <guenther@openbsd.org>
Thu, 9 Jan 2014 03:07:52 +0000 (03:07 +0000)
committerguenther <guenther@openbsd.org>
Thu, 9 Jan 2014 03:07:52 +0000 (03:07 +0000)
commit64a7b209fc4d06948ab03d4ddeef044ecef22014
treeec617c833a7a0fcf0eec6fc6cdec3d00234bdca6
parent3c0bd7e829200d60153f11d2881d93e6b10fca37
Per POSIX, times in the future should be reported with the year
like files more than six months old.  Use strftime() directly instead
of breaking down the ctime() output on character positions.

ok millert@
bin/ls/print.c