This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Thomas Fenzl
Recipients Thomas Fenzl, lclark, schmir
Date 2013-03-20.20:56:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363812985.34.0.740432779779.issue2623@psf.upfronthosting.co.za>
In-reply-to
Content
Is this still relevant?
The new xmlrcp.client still dumps both naive and aware datetimes as ISO 8601 strings without timezone information. xmlrpc.client.DateTime does not handle ISO 8601 with timezone information. 

So if it is, it could be updated to using strings without timezone for naive datetimes and with timezone for aware. Not sure if that could break clients parsing the xml themselves.
History
Date User Action Args
2013-03-20 20:56:25Thomas Fenzlsetrecipients: + Thomas Fenzl, schmir, lclark
2013-03-20 20:56:25Thomas Fenzlsetmessageid: <1363812985.34.0.740432779779.issue2623@psf.upfronthosting.co.za>
2013-03-20 20:56:25Thomas Fenzllinkissue2623 messages
2013-03-20 20:56:25Thomas Fenzlcreate