22 Nov
1999
22 Nov
'99
10:23 p.m.
...
You are trying to call a non-existent method. At least not in that context. I think the following will do what you trying to accomplish:
<dtml-call "RESPONSE.setHeader('expires', (ZopeTime() + .01).rfc822())">
So far so good. Thanks for the assistance.