Skip to content

Instantly share code, notes, and snippets.

@ciffelia
Created October 27, 2021 15:32
Show Gist options
  • Save ciffelia/ff507e2860c1d4c9b779f70148a2d211 to your computer and use it in GitHub Desktop.
Save ciffelia/ff507e2860c1d4c9b779f70148a2d211 to your computer and use it in GitHub Desktop.
const extractTweetTimeFromId = id => Math.floor(parseInt(id, 10) / 4194304) + 1288834974657
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment