Lukasz Jader
2012-09-19 6c5511020457c39961d069071ac60f7140ec724f
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);