[Zope] Time Stamping
Tom Scheidt
Tom Scheidt" <tom@falsemirror.com
Thu, 6 Apr 2000 13:47:24 -0500
I'd like to timestamp a document this way:
<dtml-with "manage_clone(story_html,REQUEST['new_id'],REQUEST)">
<dtml-call "manage_changeProperties(title=REQUEST['new_headline'],
producer=REQUEST['new_producer'],
time=REQUEST[' (grab the current time here using ZopeTime?)'],
)">
</dtml-with>
<dtml-call "RESPONSE.redirect( DestinationURL() +'manage_main')">
Is there a better way, does this worK?
Thanks in advance.
*************************
Tom Scheidt
www.falsemirror.com
tom@falsemirror.com
*************************