Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-1328

FastDateFormat does not support 'EEE' and 'MMM' abbreviations for pt_PT

    XMLWordPrintableJSON

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.

      Attachments

        1. android.png
          199 kB
          Bruno P. Kinoshita
        2. oracle.png
          205 kB
          Bruno P. Kinoshita

        Activity

          People

            Unassigned Unassigned
            par.nils.amsen@gmail.com Pär Nils Amsen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: