Re: PATCH: To fix Timestamps displaying with time as 00:00 (pgAdmin4)

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: To fix Timestamps displaying with time as 00:00 (pgAdmin4)
Date: 2016-07-15 11:01:07
Message-ID: CA+OCxozME_P1fgRHB9OnYVF1G6rvY6fnuravNf2r2D3CrJMSXA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Thu, Jul 14, 2016 at 7:00 AM, Murtuza Zabuawala
<murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
> Hi,
>
> PFA patch to fix the issue in timestamp datatype(s) displaying with time as
> 00:00
> (RM#1437)
>
> The issue was with backgrid datetime cell which do not fully support
> ISO-8601 datetime format.

Thanks - this worked, except for the 'interval' type, I've committed
the patch without that change; please submit another fixing that
remaining issue.

e.g. select '1 month'::interval

displays: 00:00:00

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-15 11:07:45 Re: PATCH: To fix the issue where cast function causes freeze (pgAdmin4)
Previous Message Dave Page 2016-07-15 10:59:48 pgAdmin 4 commit: Fix query tool display of various types: