aboutsummaryrefslogtreecommitdiff
path: root/bin/pax
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-06-22 16:57:39 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-06-22 16:57:39 +0000
commit195c7083da2ea4c136067fc54cda90465b5039e3 (patch)
treea1009c28e79a85e3f1bf96620446f5c0b97e69f2 /bin/pax
parenta8ceb7b389e6949ea0100e22409dc7f884594c9b (diff)
downloadsrc-195c7083da2ea4c136067fc54cda90465b5039e3.tar.gz
src-195c7083da2ea4c136067fc54cda90465b5039e3.zip
Use %Ef
Notes
Notes: svn path=/head/; revision=61960
Diffstat (limited to 'bin/pax')
-rw-r--r--bin/pax/gen_subs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c
index 22b77f0feef8..83cfdc5355fd 100644
--- a/bin/pax/gen_subs.c
+++ b/bin/pax/gen_subs.c
@@ -64,8 +64,8 @@ static const char rcsid[] =
#define MODELEN 20
#define DATELEN 64
#define SIXMONTHS ((365 / 2) * 86400)
-#define CURFRMT "%b %e %H:%M"
-#define OLDFRMT "%b %e %Y"
+#define CURFRMT "%Ef %H:%M"
+#define OLDFRMT "%Ef %Y"
#ifndef UT_NAMESIZE
#define UT_NAMESIZE 8
#endif