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 brett.cannon
Recipients
Date 2007-02-23.14:25:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It is not a Python issue.  strftime is a very thin wrapper to the underlying C implementation, so if the C library doesn't support %z, neither does Python.

You can write a patch if you want to cause it to blank out if it is not supported and submit it.
History
Date User Action Args
2007-08-23 14:40:10adminlinkissue1493676 messages
2007-08-23 14:40:10admincreate