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 "Johan van der Poel (JIRA)" <ji...@apache.org> on 2009/07/17 12:05:14 UTC

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

    [ 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.