[issue5288] tzinfo objects with sub-minute offsets are not supported (e.g. UTC+05:53:28)

Alexander Belopolsky report at bugs.python.org
Fri Jun 25 17:24:08 CEST 2010


Alexander Belopolsky <belopolsky at 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 <report at bugs.python.org>
<http://bugs.python.org/issue5288>
_______________________________________


More information about the Python-bugs-list mailing list