Skip to content

Instantly share code, notes, and snippets.

@jesselima
Created July 3, 2018 12:02
Show Gist options
  • Select an option

  • Save jesselima/77d7cc40c469c479a44af182e46eb175 to your computer and use it in GitHub Desktop.

Select an option

Save jesselima/77d7cc40c469c479a44af182e46eb175 to your computer and use it in GitHub Desktop.
Get unix current DATETIME
// Get unix current DATETIME
long epoch = System.currentTimeMillis()/1000;
Log.v(">>EPOCH NOW DATE>>>", String.valueOf(epoch));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment