Bug 29

Summary: strftime dosen't display correct localized month and daynames
Product: uClibc Reporter: lucck <lucck>
Component: stdioAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: aldot, buildroot, lucck, uclibc-cvs
Priority: P5    
Version: 0.9.30   
Target Milestone: 0.9.34   
Hardware: All   
OS: Linux   
Host: x86_64-*-* Target: arm-*-*
Build:

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