Index: Tools/Test/Report.cls.xml =================================================================== diff -u -r569 -r620 --- Tools/Test/Report.cls.xml (.../Report.cls.xml) (revision 569) +++ Tools/Test/Report.cls.xml (.../Report.cls.xml) (revision 620) @@ -95,7 +95,7 @@ . Set href=..#PackagePrefix_".Report.cls?NS="_..EscapeURL(namespace)_"&INDEX="_index . &html<> . &html<#(index)#> - . &html<#($zdatetime(@GlobalForLogging@(index),5,3))#> + . &html<#($zdatetime($LG(@GlobalForLogging@(index),1),5,3))#> . Set succ=0,fail=0 . Set suite="" For Set suite=$o(@GlobalForLogging@(index,suite)) Quit:suite="" Do . . If ..IsSuccess(namespace,index,suite) { Set succ=succ+1 } Else { Set fail=fail+1 }