InfluxDB Cli中,time預設顯示為19位時間戳格式,平時查詢起來特不方便,那麼,如何設置成為我們人類能看懂的時間格式呢? 方法有二: 1、$ influx -precision rfc3339 2、$ influx Connected to http://localhost:8086 v ...
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
>