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)
_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue