Re: [Zope] Object creation time
At 05:31 31/05/99 , Jay, Dylan wrote:
I'm trying to get the date an object was created (rather than its modification time). What method is this?
I haven't been able to find any method or property that tells you this. The only way you can ever hope to find out is by overriding the creation process, and adding the creation date with your own code. If you add objects through your own web interface, it should be quite simple really, but if you allow objects to be created through the default web interface, it wil be a lot harder to do, and also will require modifying the Zope source code. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-6254545 Fax: +31-35-6254555 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (1)
-
Martijn Pieters