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 b5d54b4112712405309d4d6b23c077a251b63791..515171e331ca08978e18f5765286433911431d18 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();
         }