Unfortunately

        DateTime(year,month,day) != DateTime("%d-%d-%d" % (year,month,day))

The former uses the local timezone (which I think is right)
while the latter uses GMT+0 (which seems not right).

Thinks are quite bad, as the latter is used to convert
":date" form values into DateTime objects.


Dieter

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to