[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.80

Lennart Regebro lennart@torped.se
Thu, 16 Jan 2003 11:53:50 -0500


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv16742/doc

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:
Merge with 2.6
#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.535.2.79 => 1.535.2.80 ===
--- Zope/doc/CHANGES.txt:1.535.2.79	Tue Jan 14 14:15:43 2003
+++ Zope/doc/CHANGES.txt	Thu Jan 16 11:53:18 2003
@@ -5,8 +5,15 @@
   file HISTORY.txt.
   
   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.