Skip to content

Instantly share code, notes, and snippets.

@brandhill
Last active August 29, 2015 14:16
Show Gist options
  • Save brandhill/ca3dbe37f681f6b053e6 to your computer and use it in GitHub Desktop.
Save brandhill/ca3dbe37f681f6b053e6 to your computer and use it in GitHub Desktop.
Time Format Converter
String timeStamp = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(System.currentTimeMillis());
// current UNIX time millsecond to yyyy-MM-dd HH:mm:ss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment