UtcTimestamp.st
changeset 17130 de560263e67f
parent 17051 060104d927c0
child 18120 e3a375d5f6a8
child 18452 5724547da8de
--- a/UtcTimestamp.st	Wed Nov 26 10:28:37 2014 +0100
+++ b/UtcTimestamp.st	Wed Nov 26 10:32:11 2014 +0100
@@ -45,6 +45,8 @@
 
     But when printing, accessing hour, minute, ... and converting to Date and Time,
     it returns the values represented in the UTC zone instead of the local timezone.
+    Be aware that this may lead to interesting results; for example when converting a timestamp
+    to a date, you may get a different date from an UTCTimestamp and a local timestamp.
 
     [author:]
         Stefan Vogel (stefan@zwerg.nil.exept.de)
@@ -140,10 +142,10 @@
 !UtcTimestamp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UtcTimestamp.st,v 1.14 2014-11-13 12:56:05 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UtcTimestamp.st,v 1.15 2014-11-26 09:32:11 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/UtcTimestamp.st,v 1.14 2014-11-13 12:56:05 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UtcTimestamp.st,v 1.15 2014-11-26 09:32:11 cg Exp $'
 ! !