AbstractTime.st
changeset 19654 f07bf67efc5c
parent 19398 7384b2086a5d
child 19662 1d6b7f21e0aa
child 19894 c03dc72fc13b
--- 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)