[jira] [Updated] (LANG-1328) FastDateFormat does not support 'EEE' and 'MMM' abbreviations for pt_PT

2019-03-30 Thread Michael Osipov (JIRA)


 [ 
https://issues.apache.org/jira/browse/LANG-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov updated LANG-1328:
-
Summary: FastDateFormat does not support 'EEE' and 'MMM' abbreviations for 
pt_PT  (was: FastDateFormat does not support 'EEE' and 'MMM' abbreviations for 
PT_pt)

> FastDateFormat does not support 'EEE' and 'MMM' abbreviations for pt_PT
> ---
>
> Key: LANG-1328
> URL: https://issues.apache.org/jira/browse/LANG-1328
> Project: Commons Lang
>  Issue Type: Bug
>Affects Versions: 3.3.2
> Environment: Android
>Reporter: Pär Nils Amsen
>Priority: Major
> Attachments: android.png, oracle.png
>
>
> For the following statement:
> {code:java}
> FastDateFormat.getInstance("MMM", timeZone, new Locale("pt", 
> "pt")).format(1494115200);
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (LANG-1328) FastDateFormat does not support 'EEE' and 'MMM' abbreviations for PT_pt

2017-05-05 Thread Bruno P. Kinoshita (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno P. Kinoshita updated LANG-1328:
-
Attachment: android.png
oracle.png

> FastDateFormat does not support 'EEE' and 'MMM' abbreviations for PT_pt
> ---
>
> Key: LANG-1328
> URL: https://issues.apache.org/jira/browse/LANG-1328
> Project: Commons Lang
>  Issue Type: Bug
>Affects Versions: 3.3.2
> Environment: Android
>Reporter: Pär Nils Amsen
> Attachments: android.png, oracle.png
>
>
> For the following statement:
> {code:java}
> FastDateFormat.getInstance("MMM", timeZone, new Locale("pt", 
> "pt")).format(1494115200);
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (LANG-1328) FastDateFormat does not support 'EEE' and 'MMM' abbreviations for PT_pt

2017-05-04 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/LANG-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pär Nils Amsen updated LANG-1328:
-
Description: 
For the following statement:
{code:java}
FastDateFormat.getInstance("MMM", timeZone, new Locale("pt", 
"pt")).format(1494115200);
{code}
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.

  was:
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.


> FastDateFormat does not support 'EEE' and 'MMM' abbreviations for PT_pt
> ---
>
> Key: LANG-1328
> URL: https://issues.apache.org/jira/browse/LANG-1328
> Project: Commons Lang
>  Issue Type: Bug
>Affects Versions: 3.3.2
> Environment: Android
>Reporter: Pär Nils Amsen
>
> For the following statement:
> {code:java}
> FastDateFormat.getInstance("MMM", timeZone, new Locale("pt", 
> "pt")).format(1494115200);
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (LANG-1328) FastDateFormat does not support 'EEE' and 'MMM' abbreviations for PT_pt

2017-05-04 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/LANG-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pär Nils Amsen updated LANG-1328:
-
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.

  was:
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.


> FastDateFormat does not support 'EEE' and 'MMM' abbreviations for PT_pt
> ---
>
> Key: LANG-1328
> URL: https://issues.apache.org/jira/browse/LANG-1328
> Project: Commons Lang
>  Issue Type: Bug
>Affects Versions: 3.3.2
> Environment: Android
>Reporter: Pär Nils Amsen
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (LANG-1328) FastDateFormat does not support 'EEE' and 'MMM' abbreviations for PT_pt

2017-05-04 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/LANG-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pär Nils Amsen updated LANG-1328:
-
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.

  was:
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.


> FastDateFormat does not support 'EEE' and 'MMM' abbreviations for PT_pt
> ---
>
> Key: LANG-1328
> URL: https://issues.apache.org/jira/browse/LANG-1328
> Project: Commons Lang
>  Issue Type: Bug
>Affects Versions: 3.3.2
> Environment: Android
>Reporter: Pär Nils Amsen
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (LANG-1328) FastDateFormat does not support 'EEE' and 'MMM' abbreviations for PT_pt

2017-05-04 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/LANG-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pär Nils Amsen updated LANG-1328:
-
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.

  was:
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.


> FastDateFormat does not support 'EEE' and 'MMM' abbreviations for PT_pt
> ---
>
> Key: LANG-1328
> URL: https://issues.apache.org/jira/browse/LANG-1328
> Project: Commons Lang
>  Issue Type: Bug
>Affects Versions: 3.3.2
> Environment: Android
>Reporter: Pär Nils Amsen
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)