changed: #year:month:day:hour:minute:second:millisecond:
authorClaus Gittinger <cg@exept.de>
Thu, 13 Oct 2011 22:05:55 +0200
changeset 13794 600bc500741b
parent 13793 3f1c660956ce
child 13795 f8ee373fcdcf
changed: #year:month:day:hour:minute:second:millisecond:
UtcTimestamp.st
--- a/UtcTimestamp.st	Tue Oct 11 13:22:47 2011 +0200
+++ b/UtcTimestamp.st	Thu Oct 13 22:05:55 2011 +0200
@@ -94,6 +94,13 @@
                 minute:min
                 second:s
                 millisecond:millis
+
+    "
+     UtcTimestamp now   
+     Timestamp now      
+    "
+
+    "Modified (comment): / 13-10-2011 / 22:05:41 / cg"
 ! !
 
 !UtcTimestamp methodsFor:'testing'!
@@ -111,5 +118,5 @@
 !UtcTimestamp class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/UtcTimestamp.st,v 1.3 2011-01-24 17:58:33 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UtcTimestamp.st,v 1.4 2011-10-13 20:05:55 cg Exp $'
 ! !