[issue153] date(1) output doesn't obey locale setting
Alex Hornung (via DragonFly issue tracker)
sinknull at crater.dragonflybsd.org
Sun Feb 1 00:55:15 PST 2009
Alex Hornung <ahornung at gmail.com> added the comment:
To me it seems that the problem lies in libc's strftime, as date relies on
strftime to print locale specific dates.
Actually when comparing libc's strftime.c in DragonFlyBSD to the one in OpenBSD,
for example, you can see that DragonFly doesn't try to find the locale but by
default uses a built-in locale, which is obviously the english one.
_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue153>
_____________________________________________________
More information about the Bugs
mailing list