# HG changeset patch # User Claus Gittinger # Date 1318536355 -7200 # Node ID 600bc500741b0182d18dd56e83ba4f8c80329d7b # Parent 3f1c660956ced9b817084817e6aeccef428b598f changed: #year:month:day:hour:minute:second:millisecond: diff -r 3f1c660956ce -r 600bc500741b 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 $' ! !