Since %b contains unit, %b is not suitable for c_fmt, now. Use %_m

instead.
This commit is contained in:
Hajimu UMEMOTO 2009-11-14 15:56:23 +00:00
parent de8b11d839
commit 580a28b11a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199271
3 changed files with 3 additions and 3 deletions

View File

@ -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
#

View File

@ -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
#

View File

@ -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
#