diff options
author | Rich Felker <dalias@aerifal.cx> | 2018-02-05 13:36:04 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018-02-05 13:38:21 -0500 |
commit | 596207aa38b0db33f222c9924a1310fee3de88b5 (patch) | |
tree | 07ae5a402c134e8e3a8d3f734760009209fe71d0 /WHATSNEW | |
parent | cc7c300d1af22641b012268a959ac42f15341ed8 (diff) | |
download | musl-596207aa38b0db33f222c9924a1310fee3de88b5.tar.gz |
fix strftime field widths with %F format and zero year
the code to strip initial sign and leading zeros inadvertently
stripped all the zeros and the subsequent '-' separating the month.
instead, only strip sign characters from the very first position, and
only strip zeros when they are followed by another digit.
based on testing by Dennis Wölfing.
Diffstat (limited to 'WHATSNEW')
0 files changed, 0 insertions, 0 deletions