commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7683 - trunk/gnue-common/src/datasources/drivers/DBSIG2


From: johannes
Subject: [gnue] r7683 - trunk/gnue-common/src/datasources/drivers/DBSIG2
Date: Tue, 5 Jul 2005 01:58:14 -0500 (CDT)

Author: johannes
Date: 2005-07-05 01:58:13 -0500 (Tue, 05 Jul 2005)
New Revision: 7683

Modified:
   trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py
Log:
Pass the microseconds to the constructor


Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py      
2005-07-04 22:35:12 UTC (rev 7682)
+++ trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py      
2005-07-05 06:58:13 UTC (rev 7683)
@@ -443,7 +443,7 @@
     psec = secs + msec / 1000000
 
     if self._std_datetime_:
-      return self._driver.Timestamp (year, month, day, hour, minute, secs, 
fsec)
+      return self._driver.Timestamp (year, month, day, hour, minute, secs, 
msec)
 
     else:
       return self._driver.Timestamp (year, month, day, hour, minute, psec)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]