mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00: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