Skip to content

Instantly share code, notes, and snippets.

@ghostrocket
Created January 27, 2011 22:30
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghostrocket/799429 to your computer and use it in GitHub Desktop.
Save ghostrocket/799429 to your computer and use it in GitHub Desktop.
Cross Browser Date Parse for Twitter created_at
var date = new Date(Date.parse(twitter_response[0].created_at.replace(/( \+)/, ' UTC$1')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment