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.

作者 Alexander.Belopolsky
收信人 Alexander.Belopolsky, Neil Muller, amaury.forgeotdarc, andersjm, belopolsky, catlee, davidfraser, erik.stephens, guettli, hodgestar, jribbens, mark.dickinson, pitrou, srittau, steve.roberts, tebeka, tim.peters, tomster, vstinner, werneck
日期 2010-05-21.16:44:03
SpamBayes Score 0.00011294022
Marked as misclassified
Message-id <AANLkTinDykzAdZ3OL94nJcip-J0LKZNQ2V4YLUNIMj8r@mail.gmail.com>
In-reply-to <1274458823.28.0.23347267556.issue2736@psf.upfronthosting.co.za>
内容
On Fri, May 21, 2010 at 12:20 PM, Antoine Pitrou <report@bugs.python.org> wrote:
..
> Well, for example, the datetime module encourages you to use "aware" datetime objects (rather than so-called "naive" objects),
> but there isn't a single facility to do so. You must reinvent a whole timezone class from scratch.

This is partially addressed by issue 5094, "datetime lacks concrete
tzinfo impl. for UTC".  A more ambitious project would be to add pytz
to stdlib.  I believe I've seen this idea discussed and rejected, but
I am not able to find a link to an appropriate thread now.  A half-way
project would be to add LocalTimezone given as an example in
http://docs.python.org/dev/py3k/library/datetime.html in addition for
UTC timezone.   Any takers?
历史
日期 用户 动作 参数
2010-05-21 16:44:04Alexander.Belopolsky修改recipients: + Alexander.Belopolsky, tim.peters, jribbens, srittau, guettli, amaury.forgeotdarc, tebeka, mark.dickinson, davidfraser, belopolsky, pitrou, andersjm, catlee, vstinner, tomster, werneck, hodgestar, Neil Muller, erik.stephens, steve.roberts
2010-05-21 16:44:03Alexander.Belopolsky链接issue2736 messages
2010-05-21 16:44:03Alexander.Belopolsky创建