mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Cosmetique, use %R instead of %H:%M
This commit is contained in:
parent
eee43daea7
commit
2bd3c6a70d
1 changed files with 1 additions and 1 deletions
|
|
@ -650,7 +650,7 @@ print_header ()
|
|||
d_first = (*nl_langinfo(D_MD_ORDER) == 'd');
|
||||
longie = hstat.st_mtime;
|
||||
strftime(timestamp, sizeof(timestamp),
|
||||
d_first ? "%e %b %H:%M %Y" : "%b %e %H:%M %Y",
|
||||
d_first ? "%e %b %R %Y" : "%b %e %R %Y",
|
||||
localtime(&longie));
|
||||
|
||||
/* User and group names */
|
||||
|
|
|
|||
Loading…
Reference in a new issue