Is there a nice way to convert the timestamp you get from twitter (shown below) into a nice unix timestamp using ruby?
Tue, 05 Apr 2011 12:33:00 +0000
Any help would be appreciated!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Time.parseto convert it to RubyTimeandTime#to_ito get your Unix time.