You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2008/07/19 14:09:31 UTC

[jira] Resolved: (HARMONY-5909) [classlib][luni] Incorrect values with Asia/Colombo Time Zone

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

Alexei Zakharov resolved HARMONY-5909.
--------------------------------------

    Resolution: Fixed

I've just committed (at r678143) the fix that replaces 

new SimpleTimeZone(6 * ONE_HOUR, "Asia/Colombo")

with

new SimpleTimeZone(5 * ONE_HOUR + HALF_HOUR, "Asia/Colombo")

Please let me know it something else needs fixing.

> [classlib][luni] Incorrect values with Asia/Colombo Time Zone
> -------------------------------------------------------------
>
>                 Key: HARMONY-5909
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5909
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tharindu Mathew
>            Assignee: Alexei Zakharov
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.