Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix 145161 -- remove setDefaultTimeZone in Model to support DST time

 

Summary:

 Fix 145161 -- remove setDefaultTimeZone in Model to support DST time.
- Bugzilla Bug (s) Resolved:
145161

- Description:

Originally, there is a bug that ICU did not support GMT-offset timezone and NPE is thrown so that Model called setDefaultTimeZone to make a patch.

However, this patch will cause DST time issues because a new bug in ICU. Now, the ICU bug of NPE thrown is fixed so Model must remove the patch

and therefore DST time is supported automatically.
- Tests Description:

 Unit/Manual test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

- Files Edited:

 

 

    Checking in src/org/eclipse/birt/report/model/metadata/DateTimePropertyType.java;

    Checking in src/org/eclipse/birt/report/model/metadata/FileMetaLogger.java;

    Checking in src/org/eclipse/birt/report/model/util/ModelUtil.java;

 


Back to the top