I am parsing a particular website.
This website has dates in the following format: 19 Aug 12:00 PM EDT.
I want to read those dates and convert them to MySQL compatible date.
I normally use DateTime::Precise but this format seems to be really odd. DateTime::Precise does not seem to be able to handle it.
Would anyone have suggestions on what module to use.
Thanks