#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 11 May 2018 00:03:34 +0200
changeset 22889 faa5502c4f9f
parent 22888 fd3825a9dc9e
child 22890 0401fecb9c89
#DOCUMENTATION by cg class: TZTimestamp class comment/format in: #documentation
TZTimestamp.st
--- a/TZTimestamp.st	Thu May 10 23:56:01 2018 +0200
+++ b/TZTimestamp.st	Fri May 11 00:03:34 2018 +0200
@@ -69,12 +69,15 @@
 
       what is the current time in Berlin:
         Transcript showCR:( Timestamp now asTZTimestampInZone:'MEZ' ) 
+
       and the date:
         Transcript showCR:( Timestamp now asTZTimestampInZone:'MEZ' ) asDate
       and the date in Tokio:
         Transcript showCR:( Timestamp now asTZTimestampInZone:'JST' ) asDate
       and the date in Hawai:
         Transcript showCR:( Timestamp now asTZTimestampInZone:'HAST' ) asDate
+      and the date in NewYork:
+        Transcript showCR:( Timestamp now asTZTimestampInZone:'EST' ) asDate
 
     [author:]
         Claus Gittinger
@@ -197,10 +200,10 @@
 !TZTimestamp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/TZTimestamp.st,v 1.12 2015-06-06 12:42:27 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/TZTimestamp.st,v 1.12 2015-06-06 12:42:27 cg Exp $'
+    ^ '$Header$'
 ! !