Discord Snowflake ID to Timestamp Converter
Paste in a Discord snowflake to get the timestamp.
Any Discord ID works — a user, server, channel, role or message. Nothing is sent anywhere.
How it works
How to get the date from a Discord ID
Turn on Developer Mode
In Discord, open User Settings, go to Advanced and switch on Developer Mode. It adds “Copy ID” to the menus.
Copy an ID
Right-click a user, a server, a channel or a message (press and hold on a phone) and copy its ID.
Paste it above
The date appears as you type, in five forms. Press Copy beside the one you need.
The format
What is a Discord snowflake?
Every ID on Discord — a user, a server, a channel, a role, a message — is a snowflake: a 64-bit number whose first 42 bits are the millisecond it was created, counted from the first second of 2015. The rest says which Discord machine made it and in what order.
So an ID is also a date. Shift it right by 22 bits, add 1420070400000 and you have a UNIX time in milliseconds. That is all this converter does, which is why it works without asking Discord anything.
FAQ