Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

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.

----------
keywords: +easy
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5288>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to