SourceCodeManagerUtilities.st
changeset 1462 2b2c6acdb53f
parent 1460 2e1c304e5b52
child 1466 82e4152d5e9e
--- a/SourceCodeManagerUtilities.st	Thu Feb 23 15:37:53 2006 +0100
+++ b/SourceCodeManagerUtilities.st	Thu Feb 23 16:47:40 2006 +0100
@@ -1571,7 +1571,9 @@
         ].
         aStream nextPutLine:'  Filename ........ : ' , (info at:#fileName ifAbsent:'?').
         aStream nextPutLine:'  Revision ........ : ' , (info at:#revision ifAbsent:'?').
-        aStream nextPutLine:'  Checkin date .... : ' , (info at:#date ifAbsent:'?') , ' ' , (info at:#time ifAbsent:'?').
+        aStream nextPutLine:'  Checkin date .... : ' , (info at:#date ifAbsent:'?') , ' ' , 
+                                                       (info at:#time ifAbsent:'?'), ' ', 
+                                                       (info at:#timezone ifAbsent:'').
         aStream nextPutLine:'  Checkin user .... : ' , (info at:#user ifAbsent:'?').
 
         (info2 := aClass packageSourceCodeInfo) notNil ifTrue:[
@@ -2422,5 +2424,5 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.116 2006-02-23 14:35:32 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.117 2006-02-23 15:47:40 stefan Exp $'
 ! !