InfluxDB Cli中,time默认显示为19位时间戳格式,平时查询起来特不方便,那么,如何设置成为咱们人类能看懂的时间格式呢?shell
方法有二:spa
一、$ influx -precision rfc3339
code
二、$ influx
blog
Connected to http://localhost:8086 version 0.xx.x
flux
InfluxDB shell 0.xx.x
ci
> precision rfc3339
io
>
方法