aboutsummaryrefslogtreecommitdiff
path: root/control-spec.txt
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2018-04-19 20:46:41 -0400
committerTaylor Yu <catalyst@torproject.org>2018-04-20 13:55:44 -0500
commitf59414d0e210c1eec99bf7ad4ea290051c5714fe (patch)
tree99794e7cfed110000bfb45ec7084e45306edb035 /control-spec.txt
parent13b598f2e573adba09fa541adf9b3d016382b1f3 (diff)
downloadtorspec-f59414d0e210c1eec99bf7ad4ea290051c5714fe.tar.gz
torspec-f59414d0e210c1eec99bf7ad4ea290051c5714fe.zip
Add current-time/{local,utc} to GETINFO
Diffstat (limited to 'control-spec.txt')
-rw-r--r--control-spec.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/control-spec.txt b/control-spec.txt
index 03d153d..80ff5a1 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -1066,6 +1066,11 @@
consensus, base-64 encoded. An empty value means that either
the consensus has no shared random value, or Tor has no consensus.
+ "current-time/local"
+ "current-time/utc"
+ The current system or UTC time, as returned by the system, in ISOTime2
+ format.
+
"config-can-saveconf"
0 or 1, depending on whether it is possile to use SAVECONF without the
FORCE flag. (Introduced in 0.3.1.1-alpha.)