Philip L. McMahon
2012-02-05 dafc19a8cc28924fed0d4210ccd0b8adca7d2eb5
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);