[issue2623] Patch: xmlrpclib client ignores datetime tzinfo when creating iso8601 dates

Thomas Fenzl report at bugs.python.org
Wed Mar 20 21:56:25 CET 2013


Thomas Fenzl added the comment:

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.

----------
nosy: +Thomas Fenzl

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2623>
_______________________________________


More information about the Python-bugs-list mailing list