I already read a lot of questions like that, but I guess I'm facing a different character vector here, so none of the answers solved my problem.
I have a character vector like the follwoing
"Fri Sep 18 17:01:33 +0000 2015"
I'd like to transform into a Date vector like
2015-09-18 17:01:33
Then I could make plots with these.
If that helps, this data come from Twitter API using streamR package.
Thank you.
EDIT: All the efforts of my colleagues was resulting in NA only in my computer, because my system language is Brazilian Portuguese. Found how to solve the problem here: