Changes by Phyo Arkar Lwin :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue10678>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Phyo Arkar Lwin :
--
title: email.utils.mktime_tz Giving wrong result , by ignoring Timezone that
comes from value of parsedate . -> email.utils.mktime_tz Giving wrong result ,
by ignoring Timezone that comes from value of parsedate
New submission from Phyo Arkar Lwin :
DESCRIPTION:
I am trying to parse Time Zone information out of email messages and i found
out that mktime_tz is totally ignoring TimeZone information from parsedate_tz.
VERSION: 2.6.5
CODE and RESULTS:
from time import mktime
from email.utils import