Repository: trafficserver Updated Branches: refs/heads/master db639c3d8 -> 40b830e9d
Correct docs for timing fields Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/40b830e9 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/40b830e9 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/40b830e9 Branch: refs/heads/master Commit: 40b830e9d787b49f7543de51a1ca2b289dc5f26e Parents: db639c3 Author: Thomas Jackson <[email protected]> Authored: Fri Aug 28 17:51:28 2015 -0700 Committer: Thomas Jackson <[email protected]> Committed: Fri Aug 28 18:17:53 2015 -0700 ---------------------------------------------------------------------- doc/admin/event-logging-formats.en.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/40b830e9/doc/admin/event-logging-formats.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/event-logging-formats.en.rst b/doc/admin/event-logging-formats.en.rst index fee875e..31ab2a1 100644 --- a/doc/admin/event-logging-formats.en.rst +++ b/doc/admin/event-logging-formats.en.rst @@ -168,14 +168,12 @@ The following list describes Traffic Server custom logging fields. .. _cqtq: ``cqtq`` - The client request timestamp, with millisecond resolution. + The time of the client request since January 1, 1970 UTC (EPOCH), with millisecond resolution. .. _cqts: ``cqts`` - The client-request timestamp in Squid format; the time of the client - request since January 1, 1970 UTC. Time is expressed in seconds, - with millisecond resolution. + The time of the client request since January 1, 1970 UTC (EPOCH), with second resolution. .. _cqtt:
