提交 33180908 编写于 作者: K Kohsuke Kawaguchi

Merge pull request #813 from fredg02/JENKINS-10184

[FIXED JENKINS-10184] wrong timestamps in build timeline.

I'm going to just merge this in for now and welcome anyone who finds the proper way to do this.
......@@ -39,7 +39,7 @@ THE SOFTWARE.
<script>
<j:invokeStatic var="tz" className="java.util.TimeZone" method="getDefault"/>
var tz = ${tz.rawOffset / 3600000};
var tz = ${(tz.rawOffset + tz.DSTSavings) / 3600000};
var tl = null;
<![CDATA[
function doLoad() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册