]> granicus.if.org Git - python/commit
Issue #9527: datetime.astimezone() method will now supply a class
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 22 Jun 2012 16:25:57 +0000 (12:25 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 22 Jun 2012 16:25:57 +0000 (12:25 -0400)
commitff493c9c465ba9502629bf5001f690068be97f33
tree199ca65706eb720a7e4dcf99dbff6e658ed0112d
parentfdc860f3106b59ec908e0b605e51a1607ea2ff4b
Issue #9527: datetime.astimezone() method will now supply a class
timezone instance corresponding to the system local timezone when
called with no arguments.
Lib/datetime.py
Lib/test/datetimetester.py