freebsd-dev/usr.bin/stat
Stefan Eßer 20f8331aca usr.bin/stat: honour locale for "-t %+"
The man page states that "-t %+" prints time information in the same
format as date with no format specifier.

This was not the case, the format used was always that of date for the
POSIX locale.

The fix suggested by the reporter leads to output that matches the
documentation.

Reported by:	Jamie Landeg-Jones <jamie@catflap.org>
MFC after:	3 days
2021-10-30 09:00:34 +02:00
..
tests
Makefile
Makefile.depend
stat.1
stat.c usr.bin/stat: honour locale for "-t %+" 2021-10-30 09:00:34 +02:00