James Moger
2012-02-03 a4ed6d719c5c5e96d5051718b429be54daddcd50
src/com/gitblit/wicket/pages/BlamePage.java
@@ -66,7 +66,7 @@
      add(new PathBreadcrumbsPanel("breadcrumbs", repositoryName, blobPath, objectId));
      String format = GitBlit.getString(Keys.web.datetimestampLongFormat,
            "EEEE, MMMM d, yyyy h:mm a z");
            "EEEE, MMMM d, yyyy HH:mm Z");
      final DateFormat df = new SimpleDateFormat(format);
      df.setTimeZone(getTimeZone());
      List<AnnotatedLine> lines = DiffUtils.blame(getRepository(), blobPath, objectId);