[tor-commits] [depictor/master] Specify times are UTC
tom at torproject.org
tom at torproject.org
Fri Jun 15 18:18:50 UTC 2018
commit 906ddac44fc85d1a414263cbf372d90e44021149
Author: Tom Ritter <tom at ritter.vg>
Date: Fri Jun 15 11:15:30 2018 -0700
Specify times are UTC
Closes 26130
---
website.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website.py b/website.py
index 49e3ef4..7baa0f8 100755
--- a/website.py
+++ b/website.py
@@ -236,7 +236,7 @@ class WebsiteWriter:
else:
self.site.write(self.consensus.valid_after.isoformat().replace("T", " "))
- self.site.write(". <i>Note that it takes up to 15 minutes to learn "
+ self.site.write(" UTC. <i>Note that it takes up to 15 minutes to learn "
+ "about new consensus and votes and process them.</i></p>\n")
wrote_at_least_one_odd_consensus = False
@@ -689,7 +689,7 @@ class WebsiteWriter:
self.site.write("</table>\n"
+ "<br>\n"
- + "<p><i>Note that expiration dates of any legacy keys are "
+ + "<p><i>All times UTC. Note that expiration dates of any legacy keys are "
+ "not included in votes and therefore not listed here!</i>"
+ "</p>\n")
More information about the tor-commits
mailing list