bug#22183: date returns incorrect string for Wednesday in Marathi

2018-03-13 Thread Paul Eggert
On 03/13/2018 02:34 PM, Rafal Luzynski wrote: Please close this bug report Thanks for checking; closing.

bug#22183: date returns incorrect string for Wednesday in Marathi

2018-03-13 Thread Rafal Luzynski
Indeed, it was a bug in glibc locale data [1] and has been fixed [2] in version 2.17. If you mention Fedora the fix has been included in Fedora 19. Please close this bug report, it was not a coreutils issue and it has been fixed 5.5 years ago. Regards, Rafal [1]

bug#22183: date returns incorrect string for Wednesday in Marathi locale

2015-12-16 Thread Richard J. Cotton
To reproduce: LANG="mr_IN.utf8" date -d 'Wednesday' +%A I see the value मंगळवार This is the Marathi equivalent of Tuesday. LANG="mr_IN.utf8" date -d 'Wednesday' +%A returns the same string. Other Marathi weekdays are correct. Regards, Richie WCM-Q

bug#22183: date returns incorrect string for Wednesday in Marathi locale

2015-12-16 Thread Pádraig Brady
tag 22183 notabug close 22183 stop On 16/12/15 06:42, Richard J. Cotton wrote: > To reproduce: > > LANG="mr_IN.utf8" date -d 'Wednesday' +%A > > I see the value > मंगळवार > > This is the Marathi equivalent of Tuesday. LANG="mr_IN.utf8" date -d > 'Wednesday' +%A returns the same string.