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
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html
index 43ce137..df6b743 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>