]> granicus.if.org Git - python/commit
SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1).
authorTim Peters <tim.peters@gmail.com>
Thu, 23 Jan 2003 20:53:10 +0000 (20:53 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 23 Jan 2003 20:53:10 +0000 (20:53 +0000)
commit2a44a8d3320ee7bcf5d718b5bdac550c6d34db4c
tree7ac5d610e87d7a2b56e097e14525d9bc3182459f
parent10cadce41ec7b94aafc11b4f2c9cfb7587f5b81d
SF bug 660872:  datetimetz constructors behave counterintuitively (2.3a1).
This gives much the same treatment to datetime.fromtimestamp(stamp, tz) as
the last batch of checkins gave to datetime.now(tz):  do "the obvious"
thing with the tz argument instead of a senseless thing.
Doc/lib/libdatetime.tex
Lib/test/test_datetime.py
Misc/NEWS
Modules/datetimemodule.c