]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9527: datetime.astimezone() method will now supply a class
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 22 Jun 2012 16:23:23 +0000 (12:23 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 22 Jun 2012 16:23:23 +0000 (12:23 -0400)
commitfdc860f3106b59ec908e0b605e51a1607ea2ff4b
tree987e362d240fea4f004803dd9fa0dd62b5d35db2
parent8f904daee9dcb6b36b925f184144921e8bf6aaa6
Issue #9527: datetime.astimezone() method will now supply a class
timezone instance corresponding to the system local timezone when
called with no arguments.
Doc/library/datetime.rst
Lib/datetime.py
Lib/test/datetimetester.py
Misc/NEWS
Modules/_datetimemodule.c