Timestamp.st
branchjv
changeset 21291 ee0044f48b5a
parent 21024 8734987eb5c7
parent 21264 8a43f4a520e3
child 23547 c69c97cec351
--- a/Timestamp.st	Wed Jan 18 22:52:31 2017 +0000
+++ b/Timestamp.st	Fri Jan 20 20:17:13 2017 +0000
@@ -105,16 +105,12 @@
 !Timestamp class methodsFor:'initialization'!
 
 initialize
-
-    "/ soon no longer;
-    "/ will be changed soon.
-    "/ if you need it for backward compatibility, define it in your smalltalk.rc
-    AbsoluteTime := self.       "backward compatibility"
-
     MinOSTime := OperatingSystem epochStartOSTime.
     MaxOSTime := OperatingSystem epochEndOSTime.
 
     Epoch := UtcTimestamp basicNew setSeconds:0.
+
+    "Modified: / 19-01-2017 / 17:01:59 / stefan"
 ! !
 
 !Timestamp class methodsFor:'instance creation'!
@@ -469,6 +465,7 @@
     "
 ! !
 
+
 !Timestamp class methodsFor:'private'!
 
 basicReadFrom:aStream
@@ -1727,6 +1724,7 @@
     "
 ! !
 
+
 !Timestamp methodsFor:'accessing'!
 
 day
@@ -3094,6 +3092,8 @@
     "
 ! !
 
+
+
 !Timestamp methodsFor:'testing'!
 
 isLocalTimestamp