[
https://issues.apache.org/jira/browse/AXIS2-5494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825227#comment-13825227
]
chris commented on AXIS2-5494:
------------------------------
Please reopen the BUG.
It is not fixed yet!
> Date conversion does not handle timzone offset correctly for date strings
> containing seconds
> --------------------------------------------------------------------------------------------
>
> Key: AXIS2-5494
> URL: https://issues.apache.org/jira/browse/AXIS2-5494
> Project: Axis2
> Issue Type: Bug
> Components: databinding
> Affects Versions: 1.6.2
> Reporter: David Rhee
>
> The date format containing seconds and timezone offset as follows generates
> an exception:
> yyyy-MM-dd'T'hh:mm:ssZ
> e.g.:
> 2013-03-04T15:07:14+11:00
> The web service call fails with the exception:
> Caused by: java.lang.IllegalArgumentException: ZONE_OFFSET
> at java.util.GregorianCalendar.computeTime(GregorianCalendar.java:2316)
> at java.util.Calendar.updateTime(Calendar.java:2469)
> at java.util.Calendar.getTimeInMillis(Calendar.java:1088)
> at
> org.apache.axis2.databinding.utils.ConverterUtil.convertToDate(ConverterUtil.java:623)
> ConvertUtil.java line 596:
> int hours = Integer.parseInt(restpart.substring(1,3));
> int minits = Integer.parseInt(restpart.substring(4,6));
> timeZoneOffSet = ((hours * 60) + minits) * 60000;
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]