InfluxDB Cli中,time默认显示为19位时间戳格式,平时查询起来特不方便,那么,如何设置成为我们人类能看懂的时间格式呢?
方法有二:
1、$ influx -precision rfc3339
2、$ influx
Connected to http://localhost:8086 version 0.xx.x
InfluxDB shell 0.xx.x
> precision rfc3339
>
本文共 257 字,大约阅读时间需要 1 分钟。
InfluxDB Cli中,time默认显示为19位时间戳格式,平时查询起来特不方便,那么,如何设置成为我们人类能看懂的时间格式呢?
方法有二:
1、$ influx -precision rfc3339
2、$ influx
Connected to http://localhost:8086 version 0.xx.x
InfluxDB shell 0.xx.x
> precision rfc3339
>
转载于:https://www.cnblogs.com/likejo/p/6069997.html