I am trying to change a time of an event I pulled from Facebook which comes in a hash with time as a string. eg:
"fbevents" =>
{
"event1" => "2013-04-27T08:00:00-0400"
"event2" => "2013-04-27"
}
While using method strftime on the time, it won't allow it because it is a string. I want to change it to format: Day name, Month name, Year, time.