Timestamp.st
changeset 24879 9ec224d47bc0
parent 24850 8048f0088a90
child 25220 b6b8db23fd8f
--- a/Timestamp.st	Sun Nov 03 11:45:47 2019 +0100
+++ b/Timestamp.st	Sun Nov 03 11:45:51 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -658,7 +660,6 @@
     "
 ! !
 
-
 !Timestamp class methodsFor:'private'!
 
 basicReadFrom:aStream
@@ -1846,7 +1847,7 @@
             'IDLW' -720 false          "/ international date line west
             'IDLE'  720 false          "/ international date line east
 
-            'MEZ'   60  false           "/ mittel europäische Zeit /  central european (german)
+            'MEZ'   60  false           "/ mittel europäische Zeit /  central european (german)
             'MESZ'  120 true            "/ central european summer (german)
             'WESZ'  60  true            "/ west european summer (german)
 
@@ -1997,7 +1998,6 @@
 ! !
 
 
-
 !Timestamp methodsFor:'accessing'!
 
 day
@@ -3503,6 +3503,8 @@
 !
 
 storeStringClass
+    "my storeString will ask Timestamp to read the instance"
+
     ^ self class
 ! !
 
@@ -3776,8 +3778,6 @@
     ^ Timestamp
 ! !
 
-
-
 !Timestamp methodsFor:'testing'!
 
 isLocalTimestamp