I want to read my InfluxDB measurements in RFC3339 formatting via the CLI for debugging purposes, but since there is already an API that handles read/write operations, I don't want to mess with the actual format they are stored (Unix epoch nanoseconds).
If I issue "influx -precision rfc3339" as suggested here, will it also affect the format the timestamps are stored in the database, or just the format they are printed in the terminal? I only want the latter.