Bug 1676498 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

For this example:
https://treeherder.mozilla.org/perfherder/graphs?series=autoland,2812418,1,1&selected=2812418,1254017551

The current data point is charted off the screen. The tooltip states the time is.

Nov 11 01:06:40 UTC

The pushlog states the push is from:

Tue Nov 10 19:06:40 2020 +0000

The current time is:

Tue Nov 10 20:40:00 2020 +0000

Looking into the code, the date is created here, via a timestamp:

https://github.com/mozilla/treeherder/blob/master/ui/perfherder/helpers.js#L725

So it looks like the issue is in the data source, not in the perfherder UI, but I haven't debugged further.
For this example:
https://treeherder.mozilla.org/perfherder/graphs?series=autoland,2812418,1,1&selected=2812418,1254017551

The current data point is charted off the screen. The tooltip states the time is.

> Nov 11 01:06:40 UTC

The pushlog states the push is from:

> Tue Nov 10 19:06:40 2020 +0000

The current time is:

> Tue Nov 10 20:40:00 2020 +0000

Looking into the code, the date is created here, via a timestamp: https://github.com/mozilla/treeherder/blob/master/ui/perfherder/helpers.js#L725

So it looks like the issue is in the data source, not in the perfherder UI, but I haven't debugged further.

Back to Bug 1676498 Comment 0