Browse Source

fix timestamps on output pages

[SVN r28851]
Aleksey Gurtovoy 21 years ago
parent
commit
d38b3edaa1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/regression/xsl_reports/xsl/v2/links_page.xsl

+ 2 - 2
tools/regression/xsl_reports/xsl/v2/links_page.xsl

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
 
-Copyright MetaCommunications, Inc. 2003-2004.
+Copyright MetaCommunications, Inc. 2003-2005.
 
 Distributed under the Boost Software License, Version 1.0. (See
 accompanying file LICENSE_1_0.txt or copy at
@@ -245,7 +245,7 @@ http://www.boost.org/LICENSE_1_0.txt)
                     </div>
                     
                     <div>
-                        <b>Report Time: </b> <xsl:value-of select="$run_date"/>
+                        <b>Report Time: </b> <xsl:value-of select="meta:format_timestamp( $run_date )"/>
                     </div>
                     
                     <xsl:if test="notes/note">

粤ICP备19079148号