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.

作者 belopolsky
收信人 ajaksu2, akira, belopolsky, brett.cannon, daniel.urban, doerwalter, eric.araujo, ggenellina, kawai, l0nwlf, mark.dickinson, pitrou, r.david.murray, rafe, techtonik, tim.peters
日期 2010-06-12.05:07:58
SpamBayes Score 0.012222532
Marked as misclassified
Message-id <1276319281.99.0.591539527794.issue5094@psf.upfronthosting.co.za>
In-reply-to
内容
There is a separate issue #5288 asking to support sub-minute offsets.  This is not hard, but the C code still has a few interfaces left from the time when offset was an integer # of minutes.  I am +1 to fix that, but not as a part of this issue.

On str(tz), I definitely want an invariant str(tz) == tz.tzname(None).  I am open to changes to tzname(), but we are very close to bikesheding here.  Let's settle for 'UTC±HH:MM'.  This seems to be the most common spelling for numeric timezones in various tables on the web.
历史
日期 用户 动作 参数
2010-06-12 05:08:03belopolsky修改recipients: + belopolsky, tim.peters, doerwalter, brett.cannon, mark.dickinson, ggenellina, pitrou, techtonik, ajaksu2, kawai, eric.araujo, r.david.murray, rafe, daniel.urban, l0nwlf, akira
2010-06-12 05:08:01belopolsky修改messageid: <1276319281.99.0.591539527794.issue5094@psf.upfronthosting.co.za>
2010-06-12 05:08:00belopolsky链接issue5094 messages
2010-06-12 05:07:59belopolsky创建