I have a date format of "Fri Jul 27 2012 09:44:36 GMT-0400" - quotes are simply to frame the date
I am trying to index it with this Joda format: "E M d Y H:m:s ‘GMT'Z"
It is not working. Throws an error: Invalid format: "Fri Jul 27 2012 09:44:41 GMT-0400" is malformed at "Jul 27 2012 09:44:41 GMT-0400"
If i had a guess, it's the E parameter that is not appreciated but i cannot figure out why, it should accept "Tuesday; Tue" which Fri is an example of.
I was looking for an online Joda validator but can't seem to find one.
I am using the curl XPOST method to load JSON records.
Help appreciated.