bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Pádraig Brady
Subject: bug#22183: date returns incorrect string for Wednesday in Marathi locale
Date: Wed, 16 Dec 2015 09:57:59 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

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.  Other Marathi weekdays are correct.

I see Tue/Wed different here (Fedora 23).
In any case this is not a coreutils issue
as those strings come from the locale database:

$ locale day
Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday
$ LANG="mr_IN.utf8" locale day
रविवार;सोमवार;मंगळवार;बुधवार;गुरुवार;शुक्रवार;शनिवार

thanks,
Pádraig





reply via email to

[Prev in Thread] Current Thread [Next in Thread]