class: TZTimestamp
authorClaus Gittinger <cg@exept.de>
Fri, 07 Nov 2014 20:45:47 +0100
changeset 16980 299ae06e2db4
parent 16979 a793015c75f4
child 16981 786f8b3f95bb
class: TZTimestamp comment/format in: #timeInfo
TZTimestamp.st
--- a/TZTimestamp.st	Fri Nov 07 20:45:40 2014 +0100
+++ b/TZTimestamp.st	Fri Nov 07 20:45:47 2014 +0100
@@ -75,7 +75,8 @@
 !
 
 timeInfo
-    "fake it"
+    "fake it. Convert to utc, ask os for the info, then convert back.
+     This is returns wrong info for weekday and we have to compensate again."
 
     |ti|
 
@@ -138,10 +139,10 @@
 !TZTimestamp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/TZTimestamp.st,v 1.3 2014-11-07 18:45:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/TZTimestamp.st,v 1.4 2014-11-07 19:45:47 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/TZTimestamp.st,v 1.3 2014-11-07 18:45:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/TZTimestamp.st,v 1.4 2014-11-07 19:45:47 cg Exp $'
 ! !