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 ajaksu2, belopolsky, daniel.urban, eric.araujo, l0nwlf, mihaic, poolie, r.david.murray, techtonik
Date 2012-06-13.21:31:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339623095.09.0.611782215608.issue7584@psf.upfronthosting.co.za>
In-reply-to
Content
David,

Isn't the requested feature now implemented as email.utils.format_datetime()?  Also, what is the difference between RFC 3339 format and the one provided by datetime.isoformat?

>>> print(datetime(2000,1,1, tzinfo=timezone.utc).isoformat('T'))
2000-01-01T00:00:00+00:00
History
Date User Action Args
2012-06-13 21:31:35belopolskysetrecipients: + belopolsky, techtonik, ajaksu2, eric.araujo, r.david.murray, daniel.urban, l0nwlf, mihaic, poolie
2012-06-13 21:31:35belopolskysetmessageid: <1339623095.09.0.611782215608.issue7584@psf.upfronthosting.co.za>
2012-06-13 21:31:34belopolskylinkissue7584 messages
2012-06-13 21:31:34belopolskycreate