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 jayanthkoushik
Recipients Saimadhav.Heblikar, jayanthkoushik, msoulier
Date 2014-04-30.08:53:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398848002.73.0.570728830792.issue21380@psf.upfronthosting.co.za>
In-reply-to
Content
This is not an issue with strftime. By default, datetime and time objects are 'navie' and they do not contain timezone info. Nor does the datetime module provide any tzinfo classes of its own. You would need to write a class derived from tzinfo and specify it as the tzinfo attribute for these objects to be timezone aware.
History
Date User Action Args
2014-04-30 08:53:22jayanthkoushiksetrecipients: + jayanthkoushik, msoulier, Saimadhav.Heblikar
2014-04-30 08:53:22jayanthkoushiksetmessageid: <1398848002.73.0.570728830792.issue21380@psf.upfronthosting.co.za>
2014-04-30 08:53:22jayanthkoushiklinkissue21380 messages
2014-04-30 08:53:22jayanthkoushikcreate