#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 26 Apr 2016 17:26:40 +0200
changeset 19654 f07bf67efc5c
parent 19653 ad5ce2d82380
child 19655 8347118fe041
#DOCUMENTATION by cg class: AbstractTime comment/format in: #now
AbstractTime.st
--- a/AbstractTime.st	Tue Apr 26 17:24:26 2016 +0200
+++ b/AbstractTime.st	Tue Apr 26 17:26:40 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
               All Rights Reserved
@@ -171,7 +173,7 @@
 !
 
 now
-    "return an instance of myself representing this moment with second precision.
+    "return an instance of myself representing this moment with at least second precision.
      Timestamps will redefine this to always return millisecond precision."
 
     ^ self basicNew fromOSTime:(OperatingSystem getOSTime)