]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Better description of queryTime.tv_usec 11909/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 27 Sep 2022 12:00:22 +0000 (14:00 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 27 Sep 2022 12:00:22 +0000 (14:00 +0200)
pdns/recursordist/docs/lua-scripting/dq.rst

index d5c64afb911fb84c91641fd486d6647e2bc4f3fa..7d070d2a3adab466fe8a7e32b9bb57b9e1766562 100644 (file)
@@ -235,7 +235,7 @@ The DNSQuestion object contains at least the following fields:
 
      .. attribute:: DNSQuestion.queryTime.tv_usec
 
-        The number of microseconds.
+        The number of microseconds, to be added to the number of seconds in :attr:`DNSQuestion.queryTime.tv_sec` to get a high accuracy timestamp.
 
   It also supports the following methods: