Is there an easy way to convert the time stamp you get from twitter into unix time or minutes since now? I could parse through the string and convert everything myself but I
Sounds like you need something like: ISO 8601 parser and unparser.