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 "serenne (JIRA)" <ji...@apache.org> on 2012/08/23 18:07:41 UTC

[jira] [Created] (AXIS2-5396) TZ added after date (YYYY-MM-DD) ang bug betwwen 28 october 1940 and 30 march 1941

serenne created AXIS2-5396:
------------------------------

             Summary: TZ added after date (YYYY-MM-DD) ang bug betwwen  28 october 1940 and 30 march 1941
                 Key: AXIS2-5396
                 URL: https://issues.apache.org/jira/browse/AXIS2-5396
             Project: Axis2
          Issue Type: Improvement
          Components: adb, databinding
    Affects Versions: 1.6.2, 1.6.1
         Environment: Windows C# client on axis2 Web Service
            Reporter: serenne
            Priority: Minor


Axis 2 sends date as YYYY-MM-DD+TZ .
Dates between 28 october 1940 and 30 march 1941 (included) are converted (france) with TZ = +02:00 in the XML stream

But a microsoft client doesn't seems to agree wtith +02 hours, consider that in this period TZ is +01:00 and so :

a date in the server  is displayed in a client the day before ...

We have patch the ConverterUtil.java, removing the line where the Timezone is added. All works fine.

And the question is : does it make sense to add the TZ as in all case the xsd:date is used to transport a day (no hour information) and not a datetime. Who can have any needs of TZ if no Time information is provided in the date ?


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org