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 belopolsky
Recipients belopolsky, jamesh, vstinner
Date 2010-06-25.15:24:05
SpamBayes Score 0.00014294431
Marked as misclassified No
Message-id <1277479448.38.0.141617218468.issue5288@psf.upfronthosting.co.za>
In-reply-to
Content
This proved to require a lot of changes to C implementation because most of timezone arithmetics is done using integer operations with offset in minutes. It is easy, however to do this in pure python implementation which can be found at http://svn.python.org/view/*checkout*/sandbox/branches/py3k-datetime/datetime.py .

Marking this "easy" to attract volunteers who may want to do Python prototype.
History
Date User Action Args
2010-06-25 15:24:08belopolskysetrecipients: + belopolsky, jamesh, vstinner
2010-06-25 15:24:08belopolskysetmessageid: <1277479448.38.0.141617218468.issue5288@psf.upfronthosting.co.za>
2010-06-25 15:24:06belopolskylinkissue5288 messages
2010-06-25 15:24:05belopolskycreate