I would like to display the last date/time a page was modified automatically. I've seen suggestions that bobobase_modification_time would do, but I get an error when I use it. Several variants (e.g., modification_time) also failed. The failures are all unknown variable type errors. Any suggestions? I tried these on a system running 2.1.0b2
hi ross, i highly doubt that there is a big difference between zope 2.1.0b2 and 2.1.0 final, in my case a simple <dtml-var bobobase_modification time> works just fine and dandy... jens
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Ross Boylan Sent: Sunday, December 05, 1999 23:24 To: zope@zope.org Cc: ringo0@home.com Subject: [Zope] Looking for last modification time
I would like to display the last date/time a page was modified automatically. I've seen suggestions that bobobase_modification_time would do, but I get an error when I use it. Several variants (e.g., modification_time) also failed. The failures are all unknown variable type errors.
Any suggestions?
I tried these on a system running 2.1.0b2
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
<dtml-var bobobase_modification_time fmt=Date> should work. If not send us the complete traceback Pavlos On Sun, 5 Dec 1999, Ross Boylan wrote:
I would like to display the last date/time a page was modified automatically. I've seen suggestions that bobobase_modification_time would do, but I get an error when I use it. Several variants (e.g., modification_time) also failed. The failures are all unknown variable type errors.
Any suggestions?
I tried these on a system running 2.1.0b2
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Jens Vagelpohl -
Pavlos Christoforou -
Ross Boylan