If you need to set your own epoch, open console and call
setEpoch(/* your epoch in unix millis*/)()
The Snowflake format is a scheme made by Twitter to assign unique identifiers that can be sorted by time but
does not require coordination between machines and processes. This format is now also used by services like
Discord and Instagram with different epochs.
Database entries like Tweets, Twitter messages, Discord accounts, Discord guilds,
Discord channels, and Discord messages are labeled with a Snowflake, typically found in the URL, which can
be decoded
and its creation date and time down to the millisecond will be known.
Note that tweets made before November 4th,
2010 will not be labeled with a snowflake thus cannot be decoded with this app.