Jens Teich schrieb:
I want to print on my website the time of access
<p>page created in 0.023s</p>
How can I use (time ...) within hunchentoot::define-easy-handler?
Or is there any other way to go?
Just discovered GET-INTERNAL-REAL-TIME and internal-time-units-per-second which solve my problem I think.
Jens