rethinkdbdash icon indicating copy to clipboard operation
rethinkdbdash copied to clipboard

Rethinkdbdash not respecting datetime fields with timezone

Open thelinuxlich opened this issue 7 years ago • 3 comments

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

thelinuxlich avatar Apr 28 '18 00:04 thelinuxlich

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???

thelinuxlich avatar May 02 '18 17:05 thelinuxlich

Can you provide a table with some data and a query where this doesn't work?

Does it work with the official driver?

neumino avatar May 16 '18 03:05 neumino

it wasn't rethinkdbdash fault, it would only respect the timezone with the PR I added

thelinuxlich avatar May 16 '18 03:05 thelinuxlich