On Mon, 16 Dec 2002, Cornel Nitu wrote:
> I want to track modifications of objects and I don't know when Zope
> changes the bobobase_modification_time. Is there a method I could
> overwrite for this?

No.

Bobobase_modification_time is the timestamp in the ZODB (the database)
when the object record was last modified.

If you want to track modification times that have some other definition,
you'll have to create your own tracking infrastructure (a property
on your objects and appropriate code to update it).

--RDM

_______________________________________________
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