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.

作者 daniel.urban
收信人 ajaksu2, daniel.urban, eric.araujo, techtonik
日期 2010-04-13.13:57:57
SpamBayes Score 3.059747e-07
Marked as misclassified
Message-id <1271167079.89.0.278777370528.issue7584@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-04-13 13:58:15daniel.urban修改recipients: + daniel.urban, techtonik, ajaksu2, eric.araujo
2010-04-13 13:57:59daniel.urban修改messageid: <1271167079.89.0.278777370528.issue7584@psf.upfronthosting.co.za>
2010-04-13 13:57:58daniel.urban链接issue7584 messages
2010-04-13 13:57:58daniel.urban创建