Message13790
Logged In: YES
user_id=31435
now() and fromtimestamp() now do "the right thing" with their
optional tzinfo argument. The argument name was changed
to "tz", BTW, as "tzinfo" had enough meanings already.
Appropriate changes were checked into the Python
datetimemodule.c and Zope3 _datetime.py implementations,
+ their test suites and LaTeX docs.
Guido, your complaint about astimezone() was incidentally
fixed in checkins prior to this -- astimezone() no longer
supports converting between naive and aware datetimes, and
also complains if the tzinfo object's utcoffset() or dst()
methods return None. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:09:37 | admin | link | issue660872 messages |
| 2007-08-23 14:09:37 | admin | create | |
|