influxdb-haskell icon indicating copy to clipboard operation
influxdb-haskell copied to clipboard

Special support for the time column

Open maoe opened this issue 11 years ago • 1 comments

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.

maoe avatar Jun 27 '14 04:06 maoe

Which is why I wish they would support ISO 8601 instead of using epoch stamps :(

ixmatus avatar Oct 01 '14 15:10 ixmatus