influxdb-haskell
influxdb-haskell copied to clipboard
Special support for the time column
Currently influxdb package doesn't have any special support for the time column. Given that the time precision depends on time_precision query string, we cannot tell what precision is actually used for a time value without looking at the request.
That is, FromValue type class is not sufficient for the time column.
Which is why I wish they would support ISO 8601 instead of using epoch stamps :(