[JIRA] (JENKINS-10184) wrong timestamps in build timeline

2013-03-25 Thread damien.finc...@online.fr (JIRA)














































Damien Finck
 commented on  JENKINS-10184


wrong timestamps in build timeline















It's fixed for me for months.

System : Windows 288 r2
Jenkins 1.507
user.timezone : Europe/Paris



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-10184) wrong timestamps in build timeline

2012-09-07 Thread damien.finc...@online.fr (JIRA)














































Damien Finck
 commented on  JENKINS-10184


wrong timestamps in build timeline















Hello,

I have the same problem !
I have -1 hour of difference.

System  :
Jenkins : 1.480
user.timezone : Europe/Paris



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-10184) wrong timestamps in build timeline

2012-06-29 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-10184


wrong timestamps in build timeline















I also reproduce the issue with Jenkins 1.440.
In /systeminfo, I have user.timezone = Europe/Paris (UTC+1).
In the build history, there is a build at "14:36:22" (in June) but in the timeline, the same build is displayed at "13:36:22" as shown in the tooltip (BAD).
And also, in the build history, there is another build at "15:21:25" (in January) and in the timeline, the same build is displayed at "15:21:25" as shown in the tooltip (GOOD).
So it seems to be an issue of daylight saving time, and in the same timeline some builds are bad and others are good.

In [1], I see that java.util.TimeZone.getDefault().getRawOffset() is used.
Perhaps, java.util.TimeZone.getDefault().getOffset(date.getTime()) should be used instead for each date, or the timezone of the dates could be changed on the server before sending the JSON of the timeline data to the client.

[1] https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/hudson/model/BuildTimelineWidget/control.jelly#L42



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira