freebsd-dev/bin/pax
Ruslan Ermilov 7a6be91366 POSIX wrote:
: LC_TIME   This variable shall determine the format and
:           contents of date and time strings when the -v
:           option is specified.

Developers took this wrong.  LC_TIME specifies the locale
name, not the ``format'' argument of strftime().

Oops:
	pax -w -f /tmp/foo /dev/null
	LC_TIME=de_DE.ISO_8859-1 pax -v -f /tmp/foo
2001-03-02 16:19:49 +00:00
..
ar_io.c
ar_subs.c
buf_subs.c
cache.c
cache.h
cpio.c
cpio.h
extern.h POSIX wrote: 2001-03-02 16:19:49 +00:00
file_subs.c
ftree.c
ftree.h
gen_subs.c POSIX wrote: 2001-03-02 16:19:49 +00:00
Makefile
options.c Fix typo: seperate -> separate. 2001-02-06 10:39:38 +00:00
options.h
pat_rep.c
pat_rep.h
pax.1 mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. 2001-02-13 09:56:35 +00:00
pax.c POSIX wrote: 2001-03-02 16:19:49 +00:00
pax.h
sel_subs.c
sel_subs.h
tables.c
tables.h
tar.c
tar.h
tty_subs.c