Hello, I would like to find a nice solution to get the time, in which a page is generated in ZF. Problems: If I do it in public/index.php, I can't display it in the HTML (except with an "echo' call, but this will make the HTML invalid (as the </html> tag is already displayed) ). Other ideas? Thank you.
