Time.st
changeset 17136 0ef1bb251905
parent 17066 983f61f73c8f
child 17141 e2964d1d3d6f
--- a/Time.st	Wed Nov 26 10:48:07 2014 +0100
+++ b/Time.st	Wed Nov 26 10:49:45 2014 +0100
@@ -297,7 +297,8 @@
 !
 
 utcNow
-    "return an instance of myself representing this moment."
+    "return an instance of myself representing this moment in UTC.
+     That is, the current time in London without any daylight saving adjustments."
 
     ^ self basicNew fromUtcOSTime:(OperatingSystem getOSTime)
 
@@ -359,6 +360,8 @@
     ^ '%h:%m:%s.%i'
 ! !
 
+
+
 !Time methodsFor:'Compatibility-Backward'!
 
 asMilliSeconds
@@ -910,12 +913,14 @@
     timeEncoding := encoding
 ! !
 
+
 !Time class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.99 2014-11-18 14:41:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.100 2014-11-26 09:49:45 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.99 2014-11-18 14:41:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Time.st,v 1.100 2014-11-26 09:49:45 cg Exp $'
 ! !
+