James Moger
2011-04-04 fb01c9c8cc36ac28c895b6b7daad39038f3d17a2
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);
   }