]> granicus.if.org Git - python/commit
A new implementation of astimezone() that does what we agreed on in all
authorTim Peters <tim.peters@gmail.com>
Sat, 4 Jan 2003 06:03:15 +0000 (06:03 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 4 Jan 2003 06:03:15 +0000 (06:03 +0000)
commitadf642038ee02b02165c3852a72217c1b65d8715
treef56c8a77815f7fa05c9b10172e4cfe32c3eeb492
parent8ec78814c138a24038d104507879bf11df09dcce
A new implementation of astimezone() that does what we agreed on in all
cases, plus even tougher tests of that.  This implementation follows
the correctness proof very closely, and should also be quicker (yes,
I wrote the proof before the code, and the code proves the proof <wink>).
Doc/lib/libdatetime.tex
Doc/lib/tzinfo-examples.py
Lib/test/test_datetime.py
Misc/NEWS
Modules/datetimemodule.c