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 daniel.urban
Recipients ajaksu2, daniel.urban, eric.araujo, techtonik
Date 2010-04-13.13:57:57
SpamBayes Score 3.059747e-07
Marked as misclassified No
Message-id <1271167079.89.0.278777370528.issue7584@psf.upfronthosting.co.za>
In-reply-to
Content
I've made a patch.

This patch adds a datetime_rfcformat function to datetimemodule.c which is available from Python as the datetime.rfcformat method in the datetime module.  This method returns the date in RFC 3339 format: YYYY-MM-DDTHH:MM:SS[.mmmmmm]+HH:MM.  Documentation and tests are also added.
History
Date User Action Args
2010-04-13 13:58:15daniel.urbansetrecipients: + daniel.urban, techtonik, ajaksu2, eric.araujo
2010-04-13 13:57:59daniel.urbansetmessageid: <1271167079.89.0.278777370528.issue7584@psf.upfronthosting.co.za>
2010-04-13 13:57:58daniel.urbanlinkissue7584 messages
2010-04-13 13:57:58daniel.urbancreate