[New-bugs-announce] [issue2623] Patch: xmlrpclib client ignores datetime tzinfo when creating iso8601 dates

Leonard Clark report at bugs.python.org
Sat Apr 12 08:11:49 CEST 2008


New submission from Leonard Clark <lclark at 2bdx.net>:

xmlrpclib ignores datetime parameter timezone information.  Two spots
were identified to apply a new formatting function, _iso8601format, to
ensure that the timezone is passed to the server.

I would like this fix to be included in future releases. (Thank you!)

----------
components: XML
files: xmlrpclib-timezone.patch
keywords: patch
messages: 65394
nosy: lclark
severity: normal
status: open
title: Patch: xmlrpclib client ignores datetime tzinfo when creating iso8601 dates
type: behavior
versions: Python 2.5, Python 2.6, Python 3.0
Added file: http://bugs.python.org/file10016/xmlrpclib-timezone.patch

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


More information about the New-bugs-announce mailing list