influx-cli
influx-cli copied to clipboard
Feature Request
Proposal Add support for multiple types of date times for CSV upload with the InfluxDB CLI.
Current Behavior The CLI only supports Unix timestamp, RFC3339, and use defined truncations of RFC3339 (like dateTime:2006-01-02) for the influx write command.
Desired Behavior Accept other types of user defined timestamps like: YYYY/MM/DD DD/MM/YYYY
Thank you