How to show exact time of a build?

My jenkins version is 2.426.3.

From time to time, I am interested in the exact time of a build from UI.
However, it only tells me something like “7 hours ago” or “3 days 6 hours ago”.
What I really need looks like “2024-10-29 14:20:20 UTC”.

I believe minute or second level timestamp is necessary for technical investigation.
No where can I find such a configuration or plugin.

1 Like

The timestamp when the build started is shown in the UI of the Job:
image

1 Like

As far as I know, the Timestamper plugin will give you precise time stamps, but only in the console, not in the UI.