Skip to content

Instantly share code, notes, and snippets.

@wiyoe
Last active February 19, 2018 11:00
Show Gist options
  • Select an option

  • Save wiyoe/c1a89a3a7eaee06e9cd1a6a5c1ee8f32 to your computer and use it in GitHub Desktop.

Select an option

Save wiyoe/c1a89a3a7eaee06e9cd1a6a5c1ee8f32 to your computer and use it in GitHub Desktop.
Javascript unix timestamp.
const dateTime = new Date().getTime();
const unix = Math.round(dateTime / 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment