Re: "ago" times on buildfarm status page

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: "ago" times on buildfarm status page
Дата
Msg-id CABUevEzsEC7LkocWwzKwHJ2eoY7Q=fnncY7Z=XEhkzYCYyLi-g@mail.gmail.com
обсуждение исходный текст
Ответ на "ago" times on buildfarm status page  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: "ago" times on buildfarm status page  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
Re: "ago" times on buildfarm status page  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers


On Wed, Aug 21, 2019 at 9:40 AM Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:
I find the time displays like

    01:03 ago

on the buildfarm status page unhelpful.

First, I can never tell whether this is hours-minutes or minutes-seconds
-- there is probably a less ambiguous format available.

But more importantly, the page doesn't say when it was generated, so a
relative time like this is meaningless.  The page might have most
recently reloaded last night.  That means when I look at the page, I
*always* have to reload it first to make sense of the times.

I notice that the page source actually includes absolute times that are
then converted to relative using some JavaScript.  Could we perhaps just
turn that off?  Or preferably convert to local time.  I can much easier
make sense of an absolute local time: I can compare that to the clock in
the corner of the screen, and I can compare that, say, to a commit
timestamp.

It used to be that the "ago" part was generated on the server, but Andrew changed that to the fixed timestamp + javascript to improve cachability and thus performance. Perhaps now that it's that it could be as easy as adding a checkbox to the page (which could remember your preference in a cookie) that switches between the two modes? 

--

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: "ago" times on buildfarm status page
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: POC: Cleaning up orphaned files using undo logs