[Zope] how to modify documents creation date

2006-02-05 Thread zenobito zenobito
Hello, I need to modify the creation date of several documents: most of them a news, so I have to insert/modify to make them appear to bo created some time ago. Someone told me it can't be done in plone or zmi, but using scripting: ok, I believe it, but I think it's quite strange that no one else

Re: [Zope] how to modify documents creation date

2006-02-05 Thread Peter Bengtsson
Zope objects don't have a creation date, but they have a modification date which is called bobobase_modification_time which is a callable function. This can't be modified as far as I know other than setting this date to todays date and time. Don't rely on this date for anything. You're better off

[Zope] Re: how to modify documents creation date

2006-02-05 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Bengtsson wrote: > Zope objects don't have a creation date, but they have a modification > date which is called bobobase_modification_time which is a callable > function. This can't be modified as far as I know other than setting > this date to t

Re: [Zope] Re: how to modify documents creation date

2006-02-05 Thread Andreas Jung
--On 5. Februar 2006 09:15:58 -0500 Tres Seaver <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Bengtsson wrote: Zope objects don't have a creation date, but they have a modification date which is called bobobase_modification_time which is a callable function