Timestamp.st
changeset 7008 e154492de5d8
parent 7006 8813a36f7645
child 7058 c39d1628ae49
--- a/Timestamp.st	Wed Feb 05 10:53:57 2003 +0100
+++ b/Timestamp.st	Thu Feb 06 10:27:30 2003 +0100
@@ -445,7 +445,7 @@
      On error, raise an exception.
      Please use this format for all external representations - its the standard."
 
-    |str day month year hour min sec millis fraction tz|
+    |str day month year hour min sec millis fraction|
 
     str := aStringOrStream readStream.
 
@@ -531,7 +531,6 @@
 
    24 is allowed with ISO, and is 00:00 of the next day:
      AbsoluteTime readIso8601FormatFrom:'1995-02-20 24:00:00'    
-
     "
 !
 
@@ -1168,5 +1167,5 @@
 !AbsoluteTime class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.72 2003-02-04 17:55:21 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.73 2003-02-06 09:27:30 stefan Exp $'
 ! !