Thread: pgAdmin III commit: Use date_trunc to skip the microseconds part

pgAdmin III commit: Use date_trunc to skip the microseconds part

From
Guillaume Lelarge
Date:
Use date_trunc to skip the microseconds part

We used to display the whole value of all the timestamp fields in
pg_stat_activity. We now use date_trunc to trunc the info after the seconds.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f237d65ff32d853f1c85678e40898e99850cdd5f

Modified Files
--------------
CHANGELOG                 |    2 ++
pgadmin/frm/frmStatus.cpp |   12 ++++++------
2 files changed, 8 insertions(+), 6 deletions(-)