mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
Use %Ef instead of hardcoded %b %e
This commit is contained in:
parent
445572c1ed
commit
34d45d6d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue