Author: fhanik
Date: Mon Mar 9 20:10:10 2009
New Revision: 751822
URL: http://svn.apache.org/viewvc?rev=751822&view=rev
Log:
Make a distinction between AM/PM by using the 24 hour format
Modified:
tomcat/trunk/java/org/apache/juli/OneLineFormatter.java
Modified: tomcat/trunk/java/org/apache/juli/OneLineFormatter.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/juli/OneLineFormatter.java?rev=751822&r1=751821&r2=751822&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/juli/OneLineFormatter.java (original)
+++ tomcat/trunk/java/org/apache/juli/OneLineFormatter.java Mon Mar 9 20:10:10
2009
@@ -47,7 +47,7 @@
private final SimpleDateFormat monthFormatter = new SimpleDateFormat("MM");
private final SimpleDateFormat yearFormatter = new
SimpleDateFormat("yyyy");
private final SimpleDateFormat timeFormatter =
- new SimpleDateFormat("hh:mm:ss");
+ new SimpleDateFormat("HH:mm:ss");
private Date currentDate;
private String currentDateString;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]