Author tim_one
Recipients
Date 2003-01-23.21:50:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 14:09:37adminlinkissue660872 messages
2007-08-23 14:09:37admincreate