Details
-
Bug
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
3.3.2
-
None
-
None
-
None
-
Android
Description
For the following statement:
FastDateFormat.getInstance("MMM", timeZone, new Locale("pt", "pt")).format(1494115200);
The outcome will be "dormingo" instead of "dor" in Portugese (pt_PT). I expect this to be a bug since the only reason for FastDateFormat to not abbreviate the weekdays would be that Portugese does not allow it, not very likely.