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

instead.
This commit is contained in:
ume 2009-11-14 15:56:23 +00:00
parent 0fc93714b1
commit b056f85a3c
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
#