
chrism at plope
Mar 4, 2006, 9:15 AM
Post #1 of 1
(840 views)
Permalink
|
|
SVN: zope.timestamp/trunk/README.txt Bytes, not bits.
|
|
Log message for revision 65803: Bytes, not bits. Changed: U zope.timestamp/trunk/README.txt -=- Modified: zope.timestamp/trunk/README.txt =================================================================== --- zope.timestamp/trunk/README.txt 2006-03-04 17:14:02 UTC (rev 65802) +++ zope.timestamp/trunk/README.txt 2006-03-04 17:15:03 UTC (rev 65803) @@ -2,7 +2,7 @@ ======== This is the "TimeStamp" implementation, which generates objects that -have a natural 8-bit string representation of a date and time. It is +have a natural 8-byte string representation of a date and time. It is used by the ZODB to generate transaction serial numbers, but it can be used outside of ZODB as well. _______________________________________________ Zope-CVS maillist - Zope-CVS [at] zope http://mail.zope.org/mailman/listinfo/zope-cvs Zope CVS instructions: http://dev.zope.org/CVS
|