How to format time in influxdb select query

前端 未结 4 2040
旧时难觅i
旧时难觅i 2020-12-24 00:42

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?

4条回答
  •  轮回少年
    2020-12-24 01:01

    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/

提交回复
热议问题