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

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


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

Modified Files:
	CHANGES.txt 
Log Message:
Merge with HEAD.

#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.586 ===
--- Zope/doc/CHANGES.txt:1.585	Tue Jan 14 14:10:36 2003
+++ Zope/doc/CHANGES.txt	Thu Jan 16 11:41:36 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.