Add example for using %{msec_frac}t.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1095948 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Earl Poirier
2011-04-22 15:30:43 +00:00
parent 083e4c6925
commit 086a26b235

View File

@ -317,6 +317,16 @@
<dt>Agent (Browser) log format</dt> <dt>Agent (Browser) log format</dt>
<dd><code>"%{User-agent}i"</code></dd> <dd><code>"%{User-agent}i"</code></dd>
</dl> </dl>
<p>You can use the <code>%{format}t</code> directive multiple
times to build up a time format using the extended format tokens
like <code>msec_frac</code>:</p>
<dl>
<dt>Timestamp including milliseconds</dt>
<dd><code>"%{%d/%b/%Y %T}t.%{msec_frac}t %{%z}t"</code></dd>
</dl>
</section> </section>
</section> </section>