mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Since %b contains unit, %b is not suitable for c_fmt, now. Use %_m
instead.
This commit is contained in:
parent
de8b11d839
commit
580a28b11a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199271
@ -65,7 +65,7 @@
|
||||
#
|
||||
# just following tradition...
|
||||
# %a %b %e %H:%M:%S %Y
|
||||
%a %b/%e %T %Y
|
||||
%a %_m/%e %T %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
|
@ -64,7 +64,7 @@
|
||||
#
|
||||
# just following tradition...
|
||||
# %a %b %e %H:%M:%S %Y
|
||||
%a %b/%e %T %Y
|
||||
%a %_m/%e %T %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
|
@ -64,7 +64,7 @@
|
||||
#
|
||||
# just following tradition...
|
||||
# %a %b %e %H:%M:%S %Y
|
||||
%a %b/%e %T %Y
|
||||
%a %_m/%e %T %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user