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, kxroberto
Date 2010-09-13.13:46:05
SpamBayes Score 0.0033103912
Marked as misclassified No
Message-id <1284385567.3.0.122820128641.issue1475397@psf.upfronthosting.co.za>
In-reply-to
Content
Would issue9527 address your request?  Note that datetime.strftime already supports %z:

>>> from datetime import *
>>> datetime.now(timezone.utc).strftime('%c %z')
'Mon Sep 13 13:43:19 2010 +0000'

(I assume you meant to write %c, not %C.)
History
Date User Action Args
2010-09-13 13:46:07belopolskysetrecipients: + belopolsky, kxroberto, ajaksu2
2010-09-13 13:46:07belopolskysetmessageid: <1284385567.3.0.122820128641.issue1475397@psf.upfronthosting.co.za>
2010-09-13 13:46:05belopolskylinkissue1475397 messages
2010-09-13 13:46:05belopolskycreate