JakeWharton/ThreeTenABP

incorrect result of dayOfWeek.getDisplayName(TextStyle.NARROW, Locale.getDefault())

VinsonGuo opened this issue · 1 comments

Thanks your library help to develop, but I find an exception when I used "LocalDate.now().dayOfWeek.getDisplayName(TextStyle.NARROW or STANDALONG, Locale.getDefault())". My Location and device region is China, System language is Chinese. For example, today is Wednesday, the correct result should be “三” (third) instead of "星" and other day's result is "星" which should be "一、二、三...". When I set locale to US, the result is "W", it's right.