Bug 29 - strftime dosen't display correct localized month and daynames
Summary: strftime dosen't display correct localized month and daynames
Status: RESOLVED FIXED
Alias: None
Product: uClibc
Classification: Unclassified
Component: stdio (show other bugs)
Version: 0.9.30
Hardware: All Linux
: P5 enhancement
Target Milestone: 0.9.34
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-09 20:17 UTC by lucck
Modified: 2015-04-29 10:27 UTC (History)
4 users (show)

See Also:
Host: x86_64-*-*
Target: arm-*-*
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lucck 2009-01-09 20:17:20 UTC
When I enabled localization in busybox uClibc doesn't display localized months, and daynames instead %Y is printed. For example when I used busybox date command following message was displayed: 

$ date
, %Y   9 21:15:19 CET 2009

but it should be printed

pią, 9 sty 2009, 21:15:24 CET
Comment 1 Bernhard Reutner-Fischer 2009-03-02 23:57:25 UTC
Please provide a small, complete, standalone testcase and include the preprocessed output of that testcase too, along gdb and/or strace logs.
Comment 2 Bernhard Reutner-Fischer 2015-04-29 10:27:24 UTC
LC_ALL="pl_PL.UTF-8" ./busybox_unstripped date
śro kwi 29 12:25:13 CEST 2015
LC_ALL="pl_PL.UTF-8" ./busybox_unstripped date -d '2009-01-09 21:15:19'
pią sty  9 21:15:19 CET 2009