summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ac/ac.c
diff options
context:
space:
mode:
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