Tag: cws_src680_sdblogging
User: fs      
Date: 2007/04/12 03:16:00

Modified:
   dba/connectivity/source/drivers/jdbc/PreparedStatement.cxx

Log:
 #i10000#

File Changes:

Directory: /dba/connectivity/source/drivers/jdbc/
=================================================

File [changed]: PreparedStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/PreparedStatement.cxx?r1=1.17.84.3&r2=1.17.84.4
Delta lines:  +3 -3
-------------------
--- PreparedStatement.cxx       12 Apr 2007 09:04:10 -0000      1.17.84.3
+++ PreparedStatement.cxx       12 Apr 2007 10:15:56 -0000      1.17.84.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: PreparedStatement.cxx,v $
  *
- *  $Revision: 1.17.84.3 $
+ *  $Revision: 1.17.84.4 $
  *
- *  last change: $Author: fs $ $Date: 2007/04/12 09:04:10 $
+ *  last change: $Author: fs $ $Date: 2007/04/12 10:15:56 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -298,7 +298,7 @@
     {
         char buffer[ 30 ];
         const size_t buffer_size = sizeof( buffer );
-        snprintf( buffer, buffer_size, "%02i:%02i:%02i.%02i",
+        snprintf( buffer, buffer_size, "%04i-%02i-%02i",
             (int)_rDate.Year, (int)_rDate.Month, (int)_rDate.Day );
         return ::rtl::OUString::createFromAscii( buffer );
     }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to