AXIS bug : CalendarSerializer/Deserializer
------------------------------------------

                 Key: AXIS-2620
                 URL: https://issues.apache.org/jira/browse/AXIS-2620
             Project: Axis
          Issue Type: Bug
          Components: Serialization/Deserialization
            Reporter: Oleksandr Fedorenko
            Priority: Critical


Hello,

It seems there is bug in 

org.apache.axis.encoding.ser.CalendarSerializer
org.apache.axis.encoding.ser.CalendarDeserializer


The string to format Date is  :"yyyy-MM-dd'T'HH:mm:ss.SSS'Z' "       ->      
formats as   2007-02-01T08:13:23.342Z

Instead. It should be     "yyyy-MM-dd'T'HH:mm:ss.SSSZ"                 ->      
2007-02-01T10:13:23.342+0200


Change is   :     'Z'    ->      Z


Current format string makes Date with   Z  trailing character  instead of 
having time zone :





-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to