influxdata / influx-cli

CLI for managing resources in InfluxDB v2
MIT License
61 stars 23 forks source link

Feature Request #421

Open Anaisdg opened 2 years ago

Anaisdg commented 2 years ago

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