This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, r.david.murray, santhoshch, simeon.visser
Date 2014-12-04.19:44:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417722284.98.0.337252778464.issue22994@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like pytz documentation [1] specifically warns about this kind of usage:

"""
Unfortunately using the tzinfo argument of the standard datetime constructors ‘’does not work’’ with pytz for many timezones.
"""


[1] http://pytz.sourceforge.net/#localized-times-and-date-arithmetic
History
Date User Action Args
2014-12-04 19:44:45belopolskysetrecipients: + belopolsky, r.david.murray, simeon.visser, santhoshch
2014-12-04 19:44:44belopolskysetmessageid: <1417722284.98.0.337252778464.issue22994@psf.upfronthosting.co.za>
2014-12-04 19:44:44belopolskylinkissue22994 messages
2014-12-04 19:44:44belopolskycreate