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 belopolsky
Date 2010-10-14.17:54:47
SpamBayes Score 0.0074176663
Marked as misclassified No
Message-id <1287078889.04.0.0143429885832.issue4086@psf.upfronthosting.co.za>
In-reply-to
Content
Closing as a duplicate of (closed) issue 6641.

time.strftime appears to support %z on the platforms that support it in C strftime:


>>> time.strftime("%z", time.localtime())
'-0400'
History
Date User Action Args
2010-10-14 17:54:49belopolskysetrecipients: + belopolsky
2010-10-14 17:54:49belopolskysetmessageid: <1287078889.04.0.0143429885832.issue4086@psf.upfronthosting.co.za>
2010-10-14 17:54:47belopolskylinkissue4086 messages
2010-10-14 17:54:47belopolskycreate