#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 10 May 2018 14:57:57 +0200
changeset 22867 434085ae9420
parent 22866 43f44339eee0
child 22868 b8cf1f0e0e65
#DOCUMENTATION by cg class: Timestamp class comment/format in: #documentation
Timestamp.st
--- a/Timestamp.st	Thu May 10 14:52:51 2018 +0200
+++ b/Timestamp.st	Thu May 10 14:57:57 2018 +0200
@@ -115,6 +115,10 @@
             the picos are to be added to the millis, to get picos within the second.
             this is ugly, but makes all the rest backward compatible.
 
+        The typical OS-time resolution is in the milli- or microsecond range.
+        External logging hardware may generate timestamps in the micro- or nanosecond range.
+        Picosecond resolution should be good enough for almost any application (at least for the near future).
+
     [author:]
         Claus Gittinger