Timestamp.st
changeset 8254 73b6109ab982
parent 8246 7b66fe46e2c3
child 8264 b14c26a88e96
--- a/Timestamp.st	Sat Mar 20 16:39:50 2004 +0100
+++ b/Timestamp.st	Sat Mar 20 16:44:08 2004 +0100
@@ -829,7 +829,7 @@
 !Timestamp methodsFor:'converting'!
 
 asAbsoluteTime
-    "return an Timestamp object from the receiver - thats the receiver."
+    "deprecated, use #asTimestamp"
 
     <resource:#obsolete>
 
@@ -1202,7 +1202,7 @@
 !Timestamp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.89 2004-03-20 15:20:07 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.90 2004-03-20 15:44:08 stefan Exp $'
 ! !
 
 Timestamp initialize!