Skip to content

Instantly share code, notes, and snippets.

@zeroDivisible
Created October 18, 2013 09:58
Show Gist options
  • Save zeroDivisible/7039306 to your computer and use it in GitHub Desktop.
Save zeroDivisible/7039306 to your computer and use it in GitHub Desktop.
Java's simple date format for parsing UTC dates.
final SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH':'mm':'ss'.'SSSS'Z'");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment