Community
Participate
Working Groups
Created attachment 97174 [details] The red rectangles show the errors in date/time formats Build ID: I20080419 Steps To Reproduce: 1.In a RHEL terminal , set the variables LANG and LC_ALL to "ar_EG.utf8" 2.Start eclipse using the command ./eclipse -nl ar_EG 3.Create any type of project (the example project of xml will do the job here) then remove some entity from the source code so that there are errors in the project 4.Right click on the project and click validate 5.Show the error log view 6.The date and time in the error log view are not shown correctly 7.Double click on any error to see the event details view 8.The date and time are confusing as they are not ordered correctly More information: In Arabic numerals, the expected format of Date is YYYY/MM/DD
Created attachment 157543 [details] Correct behavior for Date in log view. The date is displayed in correct format in the Error log however in event details its displayed in english the snap shot taken from build I20100127-0100
Created attachment 157800 [details] Proposed patch
The fix for the defect resulted in comment 1 , was using SimpleDateFormat and DateFormat from ICU.
Created attachment 157801 [details] Event details view after the fix
Comment on attachment 157800 [details] Proposed patch Applied patch.
Fixed.