Closed
Description
The timestamp output in the UI is currently incorrectly using a single time zone set on the server so it will not show the correct dates for the user's current timezone. Instead, we should use something like https://github.com/github/time-elements to render dates in the user's local timezone. This features does require JS to work, otherwise it will display the server-rendered fallback date.