I am new to InfluxDB. I am querying data in admin ui. I see time as timestamp. Is it possible to see it formatted as date and time?
To convert influxdb timestamp to normal timestamp you can type on console:
influx -precision rfc3339
Now try with your query it should work.
For more details follow link : https://www.influxdata.com/blog/tldr-influxdb-tech-tips-august-4-2016/