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 pboddie
Recipients
Date 2007-02-23.23:25:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 15:56:39adminlinkissue1667546 messages
2007-08-23 15:56:39admincreate