diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-10-17 05:26:28 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-10-17 05:26:28 +0000 |
commit | 1de030ddbfca735b61c0b5b266e74e0812bf930e (patch) | |
tree | 3233b17d7a2b3b607bc60b0cecd92d2b809b5b3b | |
parent | 9ee69aab6b77bb57d699c1afea4a231d67485fa3 (diff) |
Mention that times are in UTC
-rw-r--r-- | templates/echolot.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/echolot.html b/templates/echolot.html index 921d64e..6c57bea 100644 --- a/templates/echolot.html +++ b/templates/echolot.html @@ -3,7 +3,7 @@ <title>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</title> <META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">"> <link href="echolot.css" rel="stylesheet" type="text/css"> - <!-- $Id: echolot.html,v 1.15 2003/10/17 04:12:16 weasel Exp $ --> + <!-- $Id: echolot.html,v 1.16 2003/10/17 05:26:28 weasel Exp $ --> </head> <body> <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1> @@ -133,7 +133,8 @@ been compiled. It also lists which remailers allow setting the From: Header. Created by <a href="http://www.palfrader.org/echolot/">Echolot <TMPL_VAR NAME="version"></a> at <TMPL_VAR NAME="CURRENT_TIMESTAMP"> (individual pages may be newer).<br> -This pinger is operated by <code><TMPL_VAR NAME="operator"></code>. +This pinger is operated by <code><TMPL_VAR NAME="operator"></code>.<br> +All times on this page are in Coordinated Universal Time (UTC). </body> <!-- vim:set ts=2: --> |