-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
should datetime Elasticsearch's date for Elasticsearch query runner. #1075
Comments
Is this still an issue? @adamlwgriffiths do you know? |
I'm still on the angular 1.2 branch. Viewing the results of queries in a Table visualization I get the following:
However, if ask for a you specific datetime format from ES you can get the same format as postgres.
The raw values of these are:
The Looking at the ES query runner, the date type is mapped to
I'm not sure if it's safe to convert this to a straight
|
Changing the type mapping from I've tried to trace the code to find the conversion to see if it's safe, but I can't find it. |
Hello.
I use Elasticsearch query runner.
Please advice.
I think Elasticsearch date is Re:dash
datetime
.Mapping
Data
table view appeared
2016-05-25
.2 problem
without timezone
for localtime?Thanks.
The text was updated successfully, but these errors were encountered: