-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.6.1, 1.6.2
-
Fix Version/s: None
-
Component/s: adb, databinding
-
Labels:None
-
Environment:Windows C# client on axis2 Web Service
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 ?