James Moger
2011-04-11 66c29a66638066c3c56cdcbd423d5c7874b73a27
src/com/gitblit/wicket/GitBlitWebSession.java
@@ -63,7 +63,7 @@
   }
   public String formatDateTimeLong(Date date) {
      DateFormat df = new SimpleDateFormat(StoredSettings.getString("datetimestampLongFormat", "EEEE, MMMM d, yyyy h:mm a"));
      DateFormat df = new SimpleDateFormat(StoredSettings.getString("datetimestampLongFormat", "EEEE, MMMM d, yyyy h:mm a z"));
      df.setTimeZone(getTimezone());
      return df.format(date);
   }