Skip to content

Instantly share code, notes, and snippets.

@mkrupal09
Created June 26, 2018 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkrupal09/c82e5647e47ee4ee3770ec15bca93cfd to your computer and use it in GitHub Desktop.
Save mkrupal09/c82e5647e47ee4ee3770ec15bca93cfd to your computer and use it in GitHub Desktop.
int offset = TimeZone.getDefault().getRawOffset() + TimeZone.getDefault().getDSTSavings();
long now = System.currentTimeMillis() + offset;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment