tuleap #579 show HH:MM in the date fields

Change-Id: I6b57f9b8d4454f47c60fcbc62ccbc9b020aadcad
Signed-off-by: Jacques Bouthillier <lmcbout@gmail.com>
diff --git a/org.eclipse.egerrit.core/src/org/eclipse/egerrit/internal/core/utils/Utils.java b/org.eclipse.egerrit.core/src/org/eclipse/egerrit/internal/core/utils/Utils.java
index b616f98..24d335c 100644
--- a/org.eclipse.egerrit.core/src/org/eclipse/egerrit/internal/core/utils/Utils.java
+++ b/org.eclipse.egerrit.core/src/org/eclipse/egerrit/internal/core/utils/Utils.java
@@ -28,14 +28,12 @@
 
 	private final static SimpleDateFormat formatTimeOut = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); //$NON-NLS-1$
 
-	private final static SimpleDateFormat sameYearFormatTimeOut = new SimpleDateFormat("MMM dd"); //$NON-NLS-1$
+	private final static SimpleDateFormat sameYearFormatTimeOut = new SimpleDateFormat("MMM dd HH:mm"); //$NON-NLS-1$
 
 	private final static SimpleDateFormat sameDayFormatTimeOut = new SimpleDateFormat("HH:mm aa"); //$NON-NLS-1$
 
 	private final static SimpleDateFormat differentYearFormatTimeOut = new SimpleDateFormat("MMM dd, yyyy"); //$NON-NLS-1$
 
-	private static final String CODE_REVIEW = "Code-Review"; //$NON-NLS-1$
-
 	/**
 	 * Format the UTC time from Gerrit data structure to a new desired format
 	 *