Timestamp.st
changeset 19652 d61c80d72507
parent 19624 608491d45d05
child 19662 1d6b7f21e0aa
child 19713 856279e7e3e5
--- a/Timestamp.st	Tue Apr 26 17:08:00 2016 +0200
+++ b/Timestamp.st	Tue Apr 26 17:21:59 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -1539,7 +1541,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)
 
@@ -2479,6 +2481,11 @@
      given y,m,d and h,m,s in my time."
 
     self setOSTimeFromYear:y month:m day:d hour:h minute:min second:s millisecond:millis
+
+    "
+     self basicNew
+         year:2016 month:4 day:16 hour:17 minute:21 second:13 millisecond:726
+    "
 ! !
 
 
@@ -3050,7 +3057,6 @@
     "
 ! !
 
-
 !Timestamp methodsFor:'testing'!
 
 isLocalTimestamp