Actions
Bug #4662
closedDate#strftime %v gives allcaps instead of normal caps
Bug #4662:
Date#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:
This is different from before where:
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