rethinkdbdash
rethinkdbdash copied to clipboard
Rethinkdbdash not respecting datetime fields with timezone
I'm getting datetime fields from grouped queries without their timezones when using the rethinkdbdash driver, I believe there was a similar error in the past? @neumino
actually anytime I'm returning datetime fields, it prints something like "2018-05-02T17:51:27.758Z", ignoring the timezone, unless I force the datetime field to return with .toISO8601(), is this normal???
Can you provide a table with some data and a query where this doesn't work?
Does it work with the official driver?
it wasn't rethinkdbdash fault, it would only respect the timezone with the PR I added