Hi All,
I am using the Apache Realtime Plugin (APR) that comes with ApacheTomcat 7.0.33. I am using Java 7.0.5 64-bit on Windows 7 64-bit.
I have noticed in the logs that the %D looks like it gives me milliseconds when compared to the %T seconds. For example:
%D %T
72 0.072
103 0.103
32
0.032
The Apache documention seems to indicate %D is microseconds not milliseconds.
Does anyone know what to expect?
Thanks,
-Tony