James Moger
2012-02-03 a4ed6d719c5c5e96d5051718b429be54daddcd50
src/com/gitblit/wicket/WicketUtils.java
@@ -492,7 +492,7 @@
   public static Label createTimestampLabel(String wicketId, Date date, TimeZone timeZone) {
      String format = GitBlit.getString(Keys.web.datetimestampLongFormat,
            "EEEE, MMMM d, yyyy h:mm a z");
            "EEEE, MMMM d, yyyy HH:mm Z");
      DateFormat df = new SimpleDateFormat(format);
      if (timeZone != null) {
         df.setTimeZone(timeZone);