Created
April 30, 2021 17:13
-
-
Save ShaneRich5/0b37d8c606d9692983c0a230f68f1cf3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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