[
https://issues.apache.org/jira/browse/AXIS2-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034673#comment-13034673
]
Christoph Müller commented on AXIS2-3916:
-----------------------------------------
We still see this issue with 1.5.4.
In our case, we have a time string without timezone information, e.g.
"2011-05-16T14:30:48.903".
Currently, our default timezone is MESZ/CEST.
Consider the line: "int timeZoneOffSet = TimeZone.getDefault().getRawOffset();"
TimeZone.getDefault() returns MESZ/CEST.
getRawOffset(); returns the basic offset only, without daylight savings.
Since there is no TZ info in the input, the result will contain the basic
offset only, without the DST.
The result will be off by one hour.
reopen +1
> ADB does not handles the daylight saving times
> ----------------------------------------------
>
> Key: AXIS2-3916
> URL: https://issues.apache.org/jira/browse/AXIS2-3916
> Project: 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]