Skip to content

Instantly share code, notes, and snippets.

@ShaneRich5
Created April 30, 2021 17:13
Show Gist options
  • Save ShaneRich5/0b37d8c606d9692983c0a230f68f1cf3 to your computer and use it in GitHub Desktop.
Save ShaneRich5/0b37d8c606d9692983c0a230f68f1cf3 to your computer and use it in GitHub Desktop.
const seconds = 1619798400
const date = new Date(1970, 0, 1) // Epoch
date.setSeconds(seconds)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment