Message 103051 - Python tracker
Message103051
| 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:15 | daniel.urban | set | recipients: + daniel.urban, techtonik, ajaksu2, eric.araujo |
| 2010-04-13 13:57:59 | daniel.urban | set | messageid: <1271167079.89.0.278777370528.issue7584@psf.upfronthosting.co.za> |
| 2010-04-13 13:57:58 | daniel.urban | link | issue7584 messages |
| 2010-04-13 13:57:58 | daniel.urban | create | |