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.

作者 pboddie
收信人
日期 2007-02-23.23:25:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
内容
Patch related to #1493676: "time.strftime() %z error"

This provides a localtime_tz function whose return value is the usual localtime time tuple with an additional field reflecting the underlying tm_gmtoff data. Various internal function signatures are modified to support the flow of time zone information, with the gettmarg most noticably changed (probably quite inelegantly - I don't do Python core development).

This patch is against the Python 2.4.4 release sources.
历史
日期 用户 动作 参数
2007-08-23 15:56:39admin链接issue1667546 messages
2007-08-23 15:56:39admin创建