Actions
Bug #4662
closedDate#strftime %v gives allcaps instead of normal caps
Description
Since the big strftime changes of past month strftime gives a capitalised month abbreviation like so:
'%v'=>[' 3-FEB-2001' {:mday=>3,:mon=>2,:year=>2001}]
This is different from before where:
'%v'=>[' 3-Feb-2001',{:mday=>3,:mon=>2,:year=>2001}],
Is there a reason for this change or was it accidental? It breaks with all previous ruby versions and is also inconsistent with for example %b or %c.
Actions
Like0
Like0Like0Like0Like0