You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2013/05/12 10:42:15 UTC

svn commit: r1481492 - /tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java

Author: rjung
Date: Sun May 12 08:42:15 2013
New Revision: 1481492

URL: http://svn.apache.org/r1481492
Log:
Replace unusual timestamp format with a more
common and useful one.

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java?rev=1481492&r1=1481491&r2=1481492&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/Diagnostics.java Sun May 12 08:42:15 2013
@@ -77,7 +77,7 @@ public class Diagnostics {
         org.apache.juli.logging.LogFactory.getLog(Diagnostics.class);
 
     private static final SimpleDateFormat timeformat =
-        new SimpleDateFormat("yyyy-MM-DD HH:mm:ss.SSS");
+        new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
 
     /* Some platform MBeans */
     private static final ClassLoadingMXBean classLoadingMXBean =



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org