[Zope-Checkins] CVS: Zope2 - CHANGES.txt:1.287.2.86
Brian Lloyd
brian@digiciool.com
Mon, 12 Mar 2001 09:53:20 -0500 (EST)
Update of /cvs-repository/Zope2/doc
In directory korak:/home/brian/temp/zope-23-branch/doc
Modified Files:
Tag: zope-2_3-branch
CHANGES.txt
Log Message:
updated
--- Updated File CHANGES.txt in package Zope2 --
--- CHANGES.txt 2001/03/08 23:15:25 1.287.2.85
+++ CHANGES.txt 2001/03/12 14:53:19 1.287.2.86
@@ -91,6 +91,13 @@
the value passed for ZSYSLOG should be the path to the UNIX domain
socket to log to (usually '/dev/log').
+ - Using the strftime method of DateTime objects (often via the
+ fmt attribute of a dtml tag) produced incorrect results for
+ DateTime objects outside of the range of the native C strftime
+ implementation. A change has been made so that an exception is
+ raised in those situations rather than silently return the
+ wrong answer.
+
Zope 2.3.1 beta 1
Bugs Fixed