I have set type datetime for create_date. Now it is giving me parse_error **: parsing time "2017-06-08 08:32:12 UTC": extra text: -06-08 08:32:12 UTC**
I suppose you were able to input a value which is not in RFC3339 and then while indexing those values were ignored. If you value is in correct format, you can use le and ge functions to compare the dates and get records created in last hour or n seconds as well.