Author: jochen Date: Wed May 17 17:54:56 2006 New Revision: 407420 URL: http://svn.apache.org/viewvc?rev=407420&view=rev Log: The XML-RPC specification demands, that no timezone specification is printed.
Modified: webservices/xmlrpc/trunk/src/changes/changes.xml Modified: webservices/xmlrpc/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/src/changes/changes.xml?rev=407420&r1=407419&r2=407420&view=diff ============================================================================== --- webservices/xmlrpc/trunk/src/changes/changes.xml (original) +++ webservices/xmlrpc/trunk/src/changes/changes.xml Wed May 17 17:54:56 2006 @@ -58,6 +58,9 @@ Added the TimingOutCallback, which allows to abort a request, if the server doesn't reply within a given time. </action> + <action dev="hgomez" type="fix"> + Fixed that dateTime values must not include timezone values. + </action> </release> <release version="3.0a1" date="17-Feb-2005"> <action dev="jochen" type="enhancement">