Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix bug 158947: the error of the datetime type conversion

- Summary:

Fix bug 158947


- Bugzilla Bug (s) Resolved:
Fix bug 158947: the error of the datetime type conversion

 

- Description:
The method toDate() in DataTypeUtil does not try all date and time types for a locale. The bug is fixed.

But "SUN Jan 13, 2003 12:00 AM GMT0100" is not a valid date string for US locale. The correct string is "SUN, Jan 13, 2003 00:00:00 PM GMT+0100".

.


- Tests Description:
 Junit Test

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

- Files Edited:

/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java

/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DateFormatUtil.java


- Files Added:

 N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top