[issue10678] email.utils.mktime_tz Giving wrong result , by ignoring Timezone that comes from value of parsedate_tz .

R. David Murray report at bugs.python.org
Sat Dec 11 16:31:25 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

mktime_tz is documented as turning the input into a *UTC* timestamp.  That's what your example shows it doing.

There is an open issue elsewhere in this tracker for providing a way to round-trip RFC2822 timestamps.

----------
nosy: +r.david.murray
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list