Skip to content

Instantly share code, notes, and snippets.

@ghostrocket
Created January 27, 2011 22:30
Show Gist options
  • Select an option

  • Save ghostrocket/799429 to your computer and use it in GitHub Desktop.

Select an option

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