summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ac/ac.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-06-22 15:09:51 +0000
committerache <ache@FreeBSD.org>2000-06-22 15:09:51 +0000
commit23559508fb225c1fb2657d8bf0a65a8144779538 (patch)
tree06657a6ceb3cb3aba651a5bfa61402fdcf9e3e69 /usr.sbin/ac/ac.c
parent23d56058cf4c09226e268a043ef817826f35a5bf (diff)
downloadFreeBSD-src-23559508fb225c1fb2657d8bf0a65a8144779538.zip
FreeBSD-src-23559508fb225c1fb2657d8bf0a65a8144779538.tar.gz
Use %Ef instead of hardcoded %b %e
Diffstat (limited to 'usr.sbin/ac/ac.c')
-rw-r--r--usr.sbin/ac/ac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c
index fa21596..07d5bed 100644
--- a/usr.sbin/ac/ac.c
+++ b/usr.sbin/ac/ac.c
@@ -323,7 +323,7 @@ show_today(users, logins, secs)
char date[64];
time_t yesterday = secs - 1;
- (void)strftime(date, sizeof (date), "%b %e total",
+ (void)strftime(date, sizeof (date), "%Ef total",
localtime(&yesterday));
/* restore the missing second */
OpenPOWER on IntegriCloud