How do you add a custom header with the value set to current time in msec?

Hi,
I want to insert a custom HTTP header with the value set to the current
timestamp in msec. Is it possible to accomplish this without using perl
module? Is there a bult-in variable $current_time or something like
this?

Thanks,
Yuri

Posted at Nginx Forum:

I know this isn’t exactly what you asked, but the Date: header is
essentially a timestamp of the request time.

/D

yfinkelstein writes:

Right, I saw that one, but its granularity is seconds while I need msec.

Posted at Nginx Forum: