James Moger
2012-02-09 4b9d645571ec49e61a7ac4d0056dacf9c7b282b3
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);