You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2008/07/16 11:57:31 UTC

[jira] Created: (AXIS2-3916) ADB does not handles the daylight saving times

ADB does not handles the daylight saving times
----------------------------------------------

                 Key: AXIS2-3916
                 URL: https://issues.apache.org/jira/browse/AXIS2-3916
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: adb
            Reporter: Amila Chinthaka Suriarachchi
            Assignee: Amila Chinthaka Suriarachchi
            Priority: Critical
             Fix For: 1.4.1


ADB does not handle the daylight time savings correctly. The calendar class required to set the DST_OFFSET explicitly to true

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3916) ADB does not handles the daylight saving times

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627289#action_12627289 ] 

Amila Chinthaka Suriarachchi commented on AXIS2-3916:
-----------------------------------------------------

Axis2 1.4.1[1] have this fix.

[1]http://ws.apache.org/axis2/download/1_4_1/download.cgi

> ADB does not handles the daylight saving times
> ----------------------------------------------
>
>                 Key: AXIS2-3916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3916
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>            Reporter: Amila Chinthaka Suriarachchi
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Critical
>             Fix For: 1.4.1
>
>         Attachments: dsoffsetpatch.txt
>
>
> ADB does not handle the daylight time savings correctly. The calendar class required to set the DST_OFFSET explicitly to true

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3916) ADB does not handles the daylight saving times

Posted by "Joel D'sa (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626867#action_12626867 ] 

Joel D'sa commented on AXIS2-3916:
----------------------------------

Which version of adb will this fix be included in? Is there a tentative or certain date when this fix will be available? If not, how can I get this patch?

> ADB does not handles the daylight saving times
> ----------------------------------------------
>
>                 Key: AXIS2-3916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3916
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>            Reporter: Amila Chinthaka Suriarachchi
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Critical
>             Fix For: 1.4.1
>
>         Attachments: dsoffsetpatch.txt
>
>
> ADB does not handle the daylight time savings correctly. The calendar class required to set the DST_OFFSET explicitly to true

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3916) ADB does not handles the daylight saving times

Posted by "Marco Bisioli (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768283#action_12768283 ] 

Marco Bisioli commented on AXIS2-3916:
--------------------------------------

I think Johan is right, if the conversion is interpreting zoneless dates as localtime it should set both TZ and DST otherwise the result will be inconsistent.
Should this bug be reopened?
thanks


> ADB does not handles the daylight saving times
> ----------------------------------------------
>
>                 Key: AXIS2-3916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3916
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>            Reporter: Amila Chinthaka Suriarachchi
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Critical
>             Fix For: 1.4.1
>
>         Attachments: dsoffsetpatch.txt
>
>
> ADB does not handle the daylight time savings correctly. The calendar class required to set the DST_OFFSET explicitly to true

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


[jira] Commented: (AXIS2-3916) ADB does not handles the daylight saving times

Posted by "Johan van der Poel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732443#action_12732443 ] 

Johan van der Poel commented on AXIS2-3916:
-------------------------------------------

Is the path correct??

Why is DST_OFFSET explicitly set to 0 ?

I get a hour offset because of this. If I later set the DST_OFFSET manually everything is fine.

So I think it must be something like:

cal.set(Calendar.DST_OFFSET, TimeZone.getDefault().getDSTSavings());

> ADB does not handles the daylight saving times
> ----------------------------------------------
>
>                 Key: AXIS2-3916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3916
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>            Reporter: Amila Chinthaka Suriarachchi
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Critical
>             Fix For: 1.4.1
>
>         Attachments: dsoffsetpatch.txt
>
>
> ADB does not handle the daylight time savings correctly. The calendar class required to set the DST_OFFSET explicitly to true

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


[jira] Resolved: (AXIS2-3916) ADB does not handles the daylight saving times

Posted by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandana Mihindukulasooriya resolved AXIS2-3916.
-----------------------------------------------

    Resolution: Fixed

> ADB does not handles the daylight saving times
> ----------------------------------------------
>
>                 Key: AXIS2-3916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3916
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>            Reporter: Amila Chinthaka Suriarachchi
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Critical
>             Fix For: 1.4.1
>
>         Attachments: dsoffsetpatch.txt
>
>
> ADB does not handle the daylight time savings correctly. The calendar class required to set the DST_OFFSET explicitly to true

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3916) ADB does not handles the daylight saving times

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi updated AXIS2-3916:
------------------------------------------------

    Attachment: dsoffsetpatch.txt

this patch fix the problem. Has already commited to the trunk.

> ADB does not handles the daylight saving times
> ----------------------------------------------
>
>                 Key: AXIS2-3916
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3916
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>            Reporter: Amila Chinthaka Suriarachchi
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Critical
>             Fix For: 1.4.1
>
>         Attachments: dsoffsetpatch.txt
>
>
> ADB does not handle the daylight time savings correctly. The calendar class required to set the DST_OFFSET explicitly to true

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org