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 l0nwlf
Recipients ajaksu2, eric.araujo, l0nwlf, r.david.murray, schmiddy
Date 2010-04-12.02:01:45
SpamBayes Score 6.542507e-07
Marked as misclassified No
Message-id <1271037708.58.0.840994260197.issue7370@psf.upfronthosting.co.za>
In-reply-to
Content
Instead of “email.utils.formatdate(time, usegmt=True)” we can simply use time.strftime() and clean the code in a better way. The duplication is there in date_time_string() as well as log_date_time_string(). Submitting the patch for review.
History
Date User Action Args
2010-04-12 02:01:49l0nwlfsetrecipients: + l0nwlf, ajaksu2, eric.araujo, r.david.murray, schmiddy
2010-04-12 02:01:48l0nwlfsetmessageid: <1271037708.58.0.840994260197.issue7370@psf.upfronthosting.co.za>
2010-04-12 02:01:46l0nwlflinkissue7370 messages
2010-04-12 02:01:46l0nwlfcreate