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 "Jan Ehrlich (JIRA)" <ax...@ws.apache.org> on 2007/02/27 13:44:05 UTC

[jira] Commented: (AXIS-2345) CalendarDeserializer/Serializer SimpleDateFormat specification problem

    [ https://issues.apache.org/jira/browse/AXIS-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476156 ] 

Jan Ehrlich commented on AXIS-2345:
-----------------------------------

This occurs also in release 1.4.

But this is not a BUG!!!
According to http://www.w3.org/TR/xmlschema-2/#dateTime-timezones , 
the correct string should be 2005-12-17T21:44:00.000-05:00 , which also works correctly.

I hope this help.




> CalendarDeserializer/Serializer SimpleDateFormat specification problem
> ----------------------------------------------------------------------
>
>                 Key: AXIS-2345
>                 URL: https://issues.apache.org/jira/browse/AXIS-2345
>             Project: Axis
>          Issue Type: Bug
>          Components: Serialization/Deserialization
>    Affects Versions: 1.3
>         Environment: Java
>            Reporter: Bill Fredricks
>
> In order to successfully call a service that uses a Calendar element, dates have to be formatted like this "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" rather than "yyyy-MM-dd'T'HH:mm:ss.SSSZ".
> e.g.
> 2005-12-17T21:44:00.000Z (works)
> 2005-12-17T21:44:00.000-0500 (doesn't work)
> I believe it should be changed to the latter.

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