Problems with date and time in a table

I am new to this great visualization tool and I have run into a problem.

I have a postgresql database where I record date, time, value 1, value2, etc

When I manually query the database with
SELECT
last(time) “Time”, last(date) “Date”
FROM controller
WHERE
source = ‘172.16.39.88’;

Date    |   Time

------------±---------
2020-02-10 | 16:40:35

I get expected output, when I build a table query in Grafana I get 2 Time labels and this for the data
2020-02-10T00:00:00Z
0000-01-01T16:55:37Z

I would like to display the date and time of the information being displayed on the other panel which displays 5 gauges for visualization.