Through the twitter API, I was able to get the date and time when something was on Twitter
Jul 25 17:42:55 +0000 2013
Now, in PHP, how do I get this in standard unix:
2013-6-25 17:42:55
I'm not sure what to do with datetime, but I think there is an easier way to do this, instead of parsing and modifying things with str_replace and substr
source share