I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f6304ccd authored by str4d's avatar str4d
Browse files

Commented out "All times are UTC" blurb because all graphs are labeled UTC

parent 9d241cc0
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,8 @@ public class GraphHelper extends FormHandler { ...@@ -191,7 +191,8 @@ public class GraphHelper extends FormHandler {
} }
// FIXME jrobin doesn't support setting the timezone, will have to mod TimeAxis.java // 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) { } catch (IOException ioe) {
ioe.printStackTrace(); ioe.printStackTrace();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment