summaryrefslogtreecommitdiff
path: root/utils/NightlyTestTemplate.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-13 16:08:30 +0000
committerChris Lattner <sabre@nondot.org>2005-02-13 16:08:30 +0000
commit004e19e38d810c3146c77b68a9274210ee008b1d (patch)
tree8de4c9fce7f892df1e9bf46f0bb3c5fcaaa4729c /utils/NightlyTestTemplate.html
parent50c301b9bbf80c00d26e49129a2a5d02132b9b2b (diff)
downloadllvm-004e19e38d810c3146c77b68a9274210ee008b1d.tar.gz
llvm-004e19e38d810c3146c77b68a9274210ee008b1d.tar.bz2
llvm-004e19e38d810c3146c77b68a9274210ee008b1d.tar.xz
Include local time on the web page for start/end times.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20150 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTestTemplate.html')
-rw-r--r--utils/NightlyTestTemplate.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html
index 43ce1372b3..df6b74375a 100644
--- a/utils/NightlyTestTemplate.html
+++ b/utils/NightlyTestTemplate.html
@@ -53,8 +53,8 @@
<h2>Nightly Test Overview:</h2>
<ul>
- <li>Start: <b>$TestStartTime GMT</b></li>
- <li>Finish: <b>$TestFinishTime GMT</b></li>
+ <li>Start: <b>$TestStartTime</b></li>
+ <li>Finish: <b>$TestFinishTime</b></li>
<li>Platform: <b>$TestPlatform</b></li>
</ul>
<h2>CVS Tree Overview:</h2>