[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.585.2.1
Lennart Regebro
lennart@torped.se
Thu, 16 Jan 2003 11:29:51 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv13672/doc
Modified Files:
Tag: regebro-collector_740-branch
CHANGES.txt
Log Message:
#740: _tzoffset handled positive numerical offsets incorrectly. This has been fixed. A large set of tests for different cases has been added, and for the purpose of those tests DateTime has a new feature: A tzoffset() method.
=== Zope/doc/CHANGES.txt 1.585 => 1.585.2.1 ===
--- Zope/doc/CHANGES.txt:1.585 Tue Jan 14 14:10:36 2003
+++ Zope/doc/CHANGES.txt Thu Jan 16 11:29:48 2003
@@ -39,8 +39,15 @@
Zope 2.6.1 beta 2
+
+ Features added
+
+ - DateTime objects now have a tzoffset() method that returns the objects
+ timezones offset from GMT in seconds.
Bugs Fixed
+
+ - Collector #740: DateTime now handles positive numerical timezones correcly.
- Collector #763: There was no error when you had a sendmail-tag
without specifying a mailhost or smpthost. Also added a missing import.