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

This commit is contained in:
str4d
2012-06-08 12:58:50 +00:00
parent 9d241cc0d4
commit f6304ccd4d

View File

@ -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();
}