class: TZTimestamp
authorClaus Gittinger <cg@exept.de>
Fri, 07 Nov 2014 22:23:25 +0100
changeset 16984 46430aef9bec
parent 16983 ef0d2f381125
child 16985 8d63397a4b9a
class: TZTimestamp comment/format in: #timeInfo
TZTimestamp.st
--- a/TZTimestamp.st	Fri Nov 07 22:23:18 2014 +0100
+++ b/TZTimestamp.st	Fri Nov 07 22:23:25 2014 +0100
@@ -75,8 +75,9 @@
 !
 
 timeInfo
-    "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."
+    "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.
+     Also, it (currently) only works for timestamps after the epoch"
 
     |ti|
 
@@ -139,10 +140,10 @@
 !TZTimestamp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/TZTimestamp.st,v 1.4 2014-11-07 19:45:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/TZTimestamp.st,v 1.5 2014-11-07 21:23:25 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/TZTimestamp.st,v 1.4 2014-11-07 19:45:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/TZTimestamp.st,v 1.5 2014-11-07 21:23:25 cg Exp $'
 ! !