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

Leonard Clark report at bugs.python.org
Wed Apr 23 09:48:11 CEST 2008


Leonard Clark <lclark at 2bdx.net> added the comment:

While the XML-RPC spec is vague with regards to respecting time zone
information, the iso8601 document is not vague as to how to properly
serialize it.

Some XML-RPC libraries (like ours) completely ignore time zone
information.  I will make every effort to test this against as many
libraries as I can.

While I'm at it, I'll see about adding support for time zone information
in server results.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2623>
__________________________________


More information about the Python-bugs-list mailing list