From f6304ccd4dfa881c3d8c350511ad129d58413c28 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Fri, 8 Jun 2012 12:58:50 +0000 Subject: [PATCH] Commented out "All times are UTC" blurb because all graphs are labeled UTC --- .../routerconsole/java/src/net/i2p/router/web/GraphHelper.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/routerconsole/java/src/net/i2p/router/web/GraphHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/GraphHelper.java index b5d54b4112..515171e331 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/GraphHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/GraphHelper.java @@ -191,7 +191,8 @@ public class GraphHelper extends FormHandler { } // FIXME jrobin doesn't support setting the timezone, will have to mod TimeAxis.java - _out.write("<p><i>" + _("All times are UTC.") + "</i></p>\n"); + // 0.9.1 - all graphs currently state UTC on them, so this text blurb is unnecessary, + //_out.write("<p><i>" + _("All times are UTC.") + "</i></p>\n"); } catch (IOException ioe) { ioe.printStackTrace(); } -- GitLab