mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

Add support for parsing dates with microseconds #199

Closed tiwilliam closed 10 years ago

tiwilliam commented 10 years ago

We store microseconds in Elasticsearch and wasn't able to convert those to Python on search, here's a simple fix for that.

willkg commented 10 years ago

Can you add a test?

tiwilliam commented 10 years ago

Extended the check_to_python test with a microsecond timestamp.

willkg commented 10 years ago

Awesome! Thank you!